Merge pull request #923 from noudess/spawn2

Eye of Zomm needed support in OP_ClientUpdate.
This commit is contained in:
Uleat
2019-11-07 19:08:41 -05:00
committed by GitHub
9 changed files with 60 additions and 10 deletions
+2
View File
@@ -796,6 +796,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 GetHorseId() const { return horseId; }
bool CanMedOnHorse();
@@ -1431,6 +1432,7 @@ private:
bool berserk;
bool dead;
uint16 controlling_boat_id;
uint16 controlled_mob_id;
uint16 TrackingID;
uint16 CustomerID;
uint16 TraderID;