aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/1327_world.sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-02-18 17:35:14 +0100
committerDrahy <none@none>2009-02-18 17:35:14 +0100
commit017f309b5b5b981b6edfe0ae071971d513828a20 (patch)
tree4c84a469f6262cf77acbbd957114cf8c486bfa78 /sql/updates/1327_world.sql
parente42834d2f252d3a8263c28b8db7bd63eb31d9558 (diff)
* Again big clean up of sql files
* Fixed 1414_world_scripts.sql to proper format * Deleted not needed 1414_world.sql after 1325_world.sql was deleted --HG-- branch : trunk
Diffstat (limited to 'sql/updates/1327_world.sql')
-rw-r--r--sql/updates/1327_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/1327_world.sql b/sql/updates/1327_world.sql
index 61ae8ded684..e7925102863 100644
--- a/sql/updates/1327_world.sql
+++ b/sql/updates/1327_world.sql
@@ -1,4 +1,4 @@
ALTER TABLE `creature_template` ADD COLUMN `spell5` mediumint(8) unsigned NOT NULL default '0' AFTER `spell4`;
ALTER TABLE `creature_template` ADD COLUMN `spell6` mediumint(8) unsigned NOT NULL default '0' AFTER `spell5`;
ALTER TABLE `creature_template` ADD COLUMN `spell7` mediumint(8) unsigned NOT NULL default '0' AFTER `spell6`;
-ALTER TABLE `creature_template` ADD COLUMN `spell8` mediumint(8) unsigned NOT NULL default '0' AFTER `spell7`;
+ALTER TABLE `creature_template` ADD COLUMN `spell8` mediumint(8) unsigned NOT NULL default '0' AFTER `spell7`; \ No newline at end of file