![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "UnitAI.h"#include "Creature.h"#include "CreatureAIImpl.h"#include "Player.h"#include "Spell.h"#include "SpellAuraEffects.h"#include "SpellInfo.h"#include "SpellMgr.h"Go to the source code of this file.
Macros | |
| #define | UPDATE_TARGET(a) {if (AIInfo->target<a) AIInfo->target=a;} |
| #define UPDATE_TARGET | ( | a | ) | {if (AIInfo->target<a) AIInfo->target=a;} |