mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 13:47:57 +00:00
[Feature] Change Mana Costs to use Signed Int (#2384)
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user