Files
aowow/setup/updates/04_creature.sql
Sarjuuk 14f6262687 Creatures:
- removed unused atkPwr, minDmg and maxDmg from table
 - corrected damage calculation
2014-11-14 23:02:58 +01:00

5 lines
107 B
SQL

ALTER TABLE `aowow_creature`
DROP COLUMN `minDmg`,
DROP COLUMN `maxDmg`,
DROP COLUMN `atkPwr`;