[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
@@ -848,6 +848,7 @@ public:
void SummonHorse(uint16 spell_id);
void SetHorseId(uint16 horseid_in);
inline void SetControlledMobId(uint16 mob_id_in) { controlled_mob_id = mob_id_in; }
uint16 GetControlledMobId() const{ return controlled_mob_id; }
uint16 GetHorseId() const { return horseId; }
bool CanMedOnHorse();