mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/HallsOfReflection: Fixed a typo detected by static analysis tool.
This commit is contained in:
@@ -1016,7 +1016,7 @@ class npc_jaina_or_sylvanas_escape_hor : public CreatureScript
|
||||
else if (_icewall == 3)
|
||||
me->AI()->Talk(SAY_JAINA_ESCAPE_5);
|
||||
}
|
||||
else if (_instance->GetData(DATA_TEAM_IN_INSTANCE) == ALLIANCE)
|
||||
else if (_instance->GetData(DATA_TEAM_IN_INSTANCE) == HORDE)
|
||||
{
|
||||
if (_icewall == 1)
|
||||
me->AI()->Talk(SAY_SYLVANAS_ESCAPE_3);
|
||||
|
||||
Reference in New Issue
Block a user