[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
@@ -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