* Fixed SQL in commit 6666

--HG--
branch : trunk
This commit is contained in:
Brian
2009-12-20 20:41:20 -07:00
parent 67a4afc54c
commit 8a560ca408
2 changed files with 3 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `creature_template` DROP `exp`;
ALTER TABLE `creature_template` ADD `exp` smallint(2) NOT NULL DEFAULT 0 AFTER `maxlevel`;