This commit is contained in:
KayenEQ 2014-11-12 02:03:24 -05:00
parent 59bcd031c8
commit 7943a73cfb
2 changed files with 2 additions and 0 deletions

View File

@ -1942,6 +1942,7 @@ void Client::DoEnduranceUpkeep() {
if (buffs[buffs_i].spellid != SPELL_UNKNOWN) {
int upkeep = spells[buffs[buffs_i].spellid].EndurUpkeep;
if(upkeep > 0) {
has_effect = true;
if(cost_redux > 0) {
if(upkeep <= cost_redux)
continue; //reduced to 0

View File

@ -1174,6 +1174,7 @@ void Merc::DoEnduranceUpkeep() {
if (buffs[buffs_i].spellid != SPELL_UNKNOWN) {
int upkeep = spells[buffs[buffs_i].spellid].EndurUpkeep;
if(upkeep > 0) {
has_effect = true;
if(cost_redux > 0) {
if(upkeep <= cost_redux)
continue; //reduced to 0