Stats/Fixup

* 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
This commit is contained in:
Sarjuuk 2026-02-24 13:12:40 +01:00
parent f7a1ae241f
commit 750e176c33
3 changed files with 28 additions and 12 deletions

View file

@ -0,0 +1 @@
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' stats');