mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Scripts/ShadowLabyrinth): Fix Vorpil voidwalkers getting stuck (#16767)
This commit is contained in:
@@ -201,6 +201,8 @@ struct npc_voidtraveler : public ScriptedAI
|
||||
|
||||
void Reset() override
|
||||
{
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
|
||||
if (TempSummon* summon = me->ToTempSummon())
|
||||
{
|
||||
if (Unit* vorpil = summon->GetSummonerUnit())
|
||||
|
||||
Reference in New Issue
Block a user