Creatures:

- removed unused atkPwr, minDmg and maxDmg from table
 - corrected damage calculation
This commit is contained in:
Sarjuuk
2014-11-14 23:02:58 +01:00
parent 356e14b621
commit 14f6262687
2 changed files with 33 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE `aowow_creature`
DROP COLUMN `minDmg`,
DROP COLUMN `maxDmg`,
DROP COLUMN `atkPwr`;