Script/Hunter: fix Snake Trap's snakes' initialization.

Closes #23570.
This commit is contained in:
OcelotGear
2019-07-18 03:34:42 +02:00
committed by Wyrserth
parent 55570be661
commit 085f40a278

View File

@@ -65,7 +65,7 @@ class npc_pet_hunter_snake_trap : public CreatureScript
void JustEngagedWith(Unit* /*who*/) override { }
void Reset() override
void JustAppeared() override
{
_isViper = me->GetEntry() == NPC_HUNTER_VIPER ? true : false;