mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Creatures:
- removed unused atkPwr, minDmg and maxDmg from table - corrected damage calculation
This commit is contained in:
4
setup/updates/04_creature.sql
Normal file
4
setup/updates/04_creature.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `aowow_creature`
|
||||
DROP COLUMN `minDmg`,
|
||||
DROP COLUMN `maxDmg`,
|
||||
DROP COLUMN `atkPwr`;
|
||||
Reference in New Issue
Block a user