* fix melee attack power from spells counting towards generic attack power * combine melee and ranged attack power from the same spell into generic attack power, if amounts are equal
1 line
74 B
SQL
1 line
74 B
SQL
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' stats');
|