mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 14:48:20 +00:00
[Cleanup] Remove pDontCastBefore_casting_spell from zone/npc.h (#3311)
# Notes - This is unused.
This commit is contained in:
@@ -584,7 +584,6 @@ protected:
|
|||||||
uint32 npc_spells_id;
|
uint32 npc_spells_id;
|
||||||
uint8 casting_spell_AIindex;
|
uint8 casting_spell_AIindex;
|
||||||
|
|
||||||
uint32* pDontCastBefore_casting_spell;
|
|
||||||
std::vector<AISpells_Struct> AIspells;
|
std::vector<AISpells_Struct> AIspells;
|
||||||
bool HasAISpell;
|
bool HasAISpell;
|
||||||
virtual bool AICastSpell(Mob* tar, uint8 iChance, uint32 iSpellTypes, bool bInnates = false);
|
virtual bool AICastSpell(Mob* tar, uint8 iChance, uint32 iSpellTypes, bool bInnates = false);
|
||||||
|
|||||||
Reference in New Issue
Block a user