Merge branch 'bot-rewrite' of https://github.com/nytmyr/Server into bot-rewrite

This commit is contained in:
nytmyr
2025-02-02 09:08:46 -06:00
+1 -1
View File
@@ -1261,7 +1261,7 @@ public:
float GetFixedZ(const glm::vec3 &destination, int32 z_find_offset = 5); float GetFixedZ(const glm::vec3 &destination, int32 z_find_offset = 5);
virtual int GetStuckBehavior() const { return 0; } virtual int GetStuckBehavior() const { return 0; }
void NPCSpecialAttacks(const char* parse, int permtag, bool reset = true, bool remove = false); void NPCSpecialAttacks(const char *parse, int permtag, bool reset = true, bool remove = false);
inline uint32 DontHealMeBefore() const { return m_dont_heal_me_before; } inline uint32 DontHealMeBefore() const { return m_dont_heal_me_before; }
inline uint32 DontBuffMeBefore() const { return m_dont_buff_me_before; } inline uint32 DontBuffMeBefore() const { return m_dont_buff_me_before; }
inline uint32 DontDotMeBefore() const { return m_dont_dot_me_before; } inline uint32 DontDotMeBefore() const { return m_dont_dot_me_before; }