mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +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
|
void Reset() override
|
||||||
{
|
{
|
||||||
|
me->SetReactState(REACT_PASSIVE);
|
||||||
|
|
||||||
if (TempSummon* summon = me->ToTempSummon())
|
if (TempSummon* summon = me->ToTempSummon())
|
||||||
{
|
{
|
||||||
if (Unit* vorpil = summon->GetSummonerUnit())
|
if (Unit* vorpil = summon->GetSummonerUnit())
|
||||||
|
|||||||
Reference in New Issue
Block a user