mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 19:41:30 +00:00
update
This commit is contained in:
parent
70f570dbd9
commit
a4df155219
@ -403,8 +403,6 @@ public:
|
|||||||
|
|
||||||
bool IsRaidTarget() const { return raid_target; };
|
bool IsRaidTarget() const { return raid_target; };
|
||||||
|
|
||||||
int16 GetFocusEffect(focusType type, uint16 spell_id);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
const NPCType* NPCTypedata;
|
const NPCType* NPCTypedata;
|
||||||
@ -444,6 +442,7 @@ protected:
|
|||||||
virtual bool AICastSpell(Mob* tar, uint8 iChance, uint16 iSpellTypes);
|
virtual bool AICastSpell(Mob* tar, uint8 iChance, uint16 iSpellTypes);
|
||||||
virtual bool AIDoSpellCast(uint8 i, Mob* tar, int32 mana_cost, uint32* oDontDoAgainBefore = 0);
|
virtual bool AIDoSpellCast(uint8 i, Mob* tar, int32 mana_cost, uint32* oDontDoAgainBefore = 0);
|
||||||
AISpellsVar_Struct AISpellVar;
|
AISpellsVar_Struct AISpellVar;
|
||||||
|
int16 GetFocusEffect(focusType type, uint16 spell_id);
|
||||||
|
|
||||||
|
|
||||||
uint32 npc_spells_effects_id;
|
uint32 npc_spells_effects_id;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user