fix(Scripts/CullingOfStratholme): Prevent Arthas from despawning (#22570)

This commit is contained in:
Andrew
2025-07-26 16:42:49 -03:00
committed by GitHub
parent 5a96fbd23e
commit dad67f9bb0

View File

@@ -692,6 +692,7 @@ public:
// Start Event
Start(true, false);
SetDespawnAtEnd(false);
SetDespawnAtFar(false);
ScheduleNextEvent(currentEvent, 9000);
break;