[Cleanup] Remove pDontCastBefore_casting_spell from zone/npc.h (#3311)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-04-29 21:00:20 -04:00 committed by GitHub
parent ac4572bf79
commit 291997d35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -584,7 +584,6 @@ protected:
uint32 npc_spells_id;
uint8 casting_spell_AIindex;
uint32* pDontCastBefore_casting_spell;
std::vector<AISpells_Struct> AIspells;
bool HasAISpell;
virtual bool AICastSpell(Mob* tar, uint8 iChance, uint32 iSpellTypes, bool bInnates = false);