fix(Scripts/ZulGurub): Renataki - improvements: (#11967)

Added missing spells and events.
Removed invalid spells
Corrected event timers
Fixes #11620
Fixes #11621
This commit is contained in:
UltraNix
2022-06-16 16:39:09 +02:00
committed by GitHub
parent 97511abe1e
commit 117a18c961
4 changed files with 189 additions and 98 deletions

View File

@@ -196,6 +196,7 @@ public:
virtual bool CanSeeAlways(WorldObject const* /*obj*/) { return false; }
virtual bool CanBeSeen(Player const* /*seer*/) { return true; }
virtual bool CanAlwaysBeDetectable(WorldObject const* /*seer*/) { return false; }
virtual void PetStopAttack() { }