Fix some zone entrance ghosting

This commit is contained in:
Akkadius
2017-09-17 10:12:41 -05:00
parent 6d8b96068d
commit 2a4d6523b1
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -951,7 +951,7 @@ public:
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 FixZ(int32 z_find_offset = 5);
void NPCSpecialAttacks(const char* parse, int permtag, bool reset = true, bool remove = false);
inline uint32 DontHealMeBefore() const { return pDontHealMeBefore; }
inline uint32 DontBuffMeBefore() const { return pDontBuffMeBefore; }