normalize includes: zone

This commit is contained in:
brainiac
2025-12-18 00:59:27 -08:00
parent 5f3d9ba39a
commit 7bd7024e26
278 changed files with 2431 additions and 2901 deletions
+2 -6
View File
@@ -16,11 +16,9 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#pragma once
#ifndef HEAL_ROTATION_H
#define HEAL_ROTATION_H
#include "mob.h"
#include "zone/mob.h"
#define CASTING_CYCLE_MINIMUM_INTERVAL 1000
#define CASTING_CYCLE_MINIMUM_INTERVAL_S 1
@@ -157,5 +155,3 @@ private:
bool IsHealRotationMemberClass(uint8 class_id);
bool IsHealRotationTargetMobType(Mob* target_mob);
#endif