fix(Scripts): Crashfix. (#15459)

This commit is contained in:
UltraNix
2023-03-19 16:29:57 +01:00
committed by GitHub
parent f9ebf0d37a
commit 684bb1793d

View File

@@ -130,7 +130,7 @@ public:
case NPC_INFINITE_EXECUTIONER_2:
case NPC_INFINITE_VANQUISHER:
case NPC_INFINITE_VANQUISHER_2:
creature->DespawnOrUnsummon();
creature->DespawnOrUnsummon(1);
break;
default:
break;