aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-02-17 18:16:51 +0100
committerQAston <none@none>2009-02-17 18:16:51 +0100
commiteabb9b727b57e63e1d110787276d68164d0192e7 (patch)
tree51eaa50005c6dc4d3a042ca530c3bbc988bd4fd1 /sql
parentf271e71dc55953f9ddff9b5e33c480cbeb67dff9 (diff)
parent5916c5a9fb4f0b09789378d211f996577ca38f65 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1325_world.sql2
-rw-r--r--sql/updates/1414_world.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/1325_world.sql b/sql/updates/1325_world.sql
deleted file mode 100644
index 45184bfdaf5..00000000000
--- a/sql/updates/1325_world.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE `quest_template` ADD COLUMN `RewChoiceItemId7` mediumint(8) unsigned NOT NULL default '0' AFTER `RewChoiceItemId6`;
-ALTER TABLE `quest_template` ADD COLUMN `RewChoiceItemCount7` smallint(5) unsigned NOT NULL default '0' AFTER `RewChoiceItemCount6`;
diff --git a/sql/updates/1414_world.sql b/sql/updates/1414_world.sql
new file mode 100644
index 00000000000..9ac90c40385
--- /dev/null
+++ b/sql/updates/1414_world.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `quest_template` DROP COLUMN `RewChoiceItemId7`;
+ALTER TABLE `quest_template` DROP COLUMN `RewChoiceItemCount7`;