Skip to content

Commit

Permalink
[Cleanup] Remove pDontCastBefore_casting_spell from zone/npc.h (#3311)
Browse files Browse the repository at this point in the history
# Notes
- This is unused.
  • Loading branch information
Kinglykrab authored Apr 30, 2023
1 parent ac4572b commit 291997d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zone/npc.h
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ class NPC : public Mob
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);
Expand Down

0 comments on commit 291997d

Please sign in to comment.