mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
refactor(Core): update getFaction to GetFaction and setFaction to SetFaction (#8708)
This commit is contained in:
@@ -997,7 +997,7 @@ void WorldSession::HandlePlayerLoginFromDB(LoginQueryHolder const& holder)
|
||||
|
||||
SendFullReputation({ 942, 935, 936, 1011, 970, 967, 989, 932, 934, 1038, 1077 });
|
||||
|
||||
switch (pCurrChar->getFaction())
|
||||
switch (pCurrChar->GetFaction())
|
||||
{
|
||||
case ALLIANCE:
|
||||
SendFullReputation({ 72, 47, 69, 930, 730, 978, 54, 946 });
|
||||
|
||||
Reference in New Issue
Block a user