mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
fixed copy/paste error
This commit is contained in:
@@ -186,7 +186,7 @@ class SpellList extends BaseType
|
||||
Util::arraySumByKey($stats, [ITEM_MOD_STAMINA => $pts]);
|
||||
else if ($mv == STAT_INTELLECT)
|
||||
Util::arraySumByKey($stats, [ITEM_MOD_INTELLECT => $pts]);
|
||||
else if ($mv == ITEM_MOD_SPIRIT)
|
||||
else if ($mv == STAT_SPIRIT)
|
||||
Util::arraySumByKey($stats, [ITEM_MOD_SPIRIT => $pts]);
|
||||
else // one bullshit
|
||||
trigger_error('AuraId 29 of spell #'.$this->id.' has wrong statId #'.$mv, E_USER_WARNING);
|
||||
|
||||
1
setup/updates/1439909965_01.sql
Normal file
1
setup/updates/1439909965_01.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE aowow_dbversion SET `sql` = CONCAT(`sql`, ' item_stats');
|
||||
Reference in New Issue
Block a user