[Spells] Eye of Zomm will now despawn and stack properly (#1849)

* [Spells] Eye of Zomm stop chain spawning

No more chain spawning.

* [Spells] Eye of Zomm stop chain spawning

* [Spells] Eye of Zomm update
This commit is contained in:
KayenEQ
2021-11-27 12:11:23 -05:00
committed by GitHub
parent 6a28828e08
commit 8688e9c9fa
5 changed files with 21 additions and 3 deletions
+1
View File
@@ -300,6 +300,7 @@ public:
void PickPocket(Client* thief);
void Disarm(Client* client, int chance);
void StartSwarmTimer(uint32 duration) { swarm_timer.Start(duration); }
void DisableSwarmTimer() { swarm_timer.Disable(); }
void AddLootDrop(
const EQ::ItemData *item2,