Add model/race offset to FixZ calc (KLS)

This commit is contained in:
Akkadius
2017-09-17 09:55:42 -05:00
parent e88cd61097
commit 6d8b96068d
3 changed files with 127 additions and 1 deletions
+1
View File
@@ -950,6 +950,7 @@ public:
float GetGroundZ(float new_x, float new_y, float z_offset=0.0);
void SendTo(float new_x, float new_y, float new_z);
void SendToFixZ(float new_x, float new_y, float new_z);
float GetZOffset() const;
void FixZ();
void NPCSpecialAttacks(const char* parse, int permtag, bool reset = true, bool remove = false);
inline uint32 DontHealMeBefore() const { return pDontHealMeBefore; }