mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Feature] Change Mana Costs to use Signed Int (#2384)
This commit is contained in:
+1
-1
@@ -1298,7 +1298,7 @@ struct SPDat_Spell_Struct
|
||||
/* 016 */ uint32 buff_duration_formula; // -- DURATIONBASE
|
||||
/* 017 */ uint32 buff_duration; // -- DURATIONCAP
|
||||
/* 018 */ uint32 aoe_duration; // sentinel, rain of something -- IMPACTDURATION
|
||||
/* 019 */ uint16 mana; // Mana Used -- MANACOST
|
||||
/* 019 */ int32 mana; // Mana Used -- MANACOST
|
||||
/* 020 */ int base_value[EFFECT_COUNT]; //various purposes -- BASEAFFECT1 .. BASEAFFECT12
|
||||
/* 032 */ int limit_value[EFFECT_COUNT]; //various purposes -- BASE_EFFECT2_1 ... BASE_EFFECT2_12
|
||||
/* 044 */ int32 max_value[EFFECT_COUNT]; // -- AFFECT1CAP ... AFFECT12CAP
|
||||
|
||||
Reference in New Issue
Block a user