[Feature] Change Mana Costs to use Signed Int (#2384)

This commit is contained in:
Aeadoin
2022-08-21 15:38:21 -04:00
committed by GitHub
parent b108828502
commit 1d8dc4c8a8
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1608,7 +1608,7 @@ protected:
bool delaytimer;
uint16 casting_spell_targetid;
EQ::spells::CastingSlot casting_spell_slot;
uint16 casting_spell_mana;
int32 casting_spell_mana;
uint32 casting_spell_inventory_slot;
uint32 casting_spell_timer;
uint32 casting_spell_timer_duration;