mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
* Fixed SQL in commit 6666
--HG-- branch : trunk
This commit is contained in:
2
sql/updates/6669_world_creature_template.sql
Normal file
2
sql/updates/6669_world_creature_template.sql
Normal 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`;
|
||||
Reference in New Issue
Block a user