aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2012_11_21_00_world_command.sql1
-rw-r--r--sql/updates/world/2012_11_21_00_world_misc.sql (renamed from sql/updates/world/2012_11_21_01_world_trinity_string.sql)2
-rw-r--r--sql/updates/world/2012_11_22_00_world_command.sql2
3 files changed, 4 insertions, 1 deletions
diff --git a/sql/updates/world/2012_11_21_00_world_command.sql b/sql/updates/world/2012_11_21_00_world_command.sql
deleted file mode 100644
index 74a472aa526..00000000000
--- a/sql/updates/world/2012_11_21_00_world_command.sql
+++ /dev/null
@@ -1 +0,0 @@
-DELETE FROM `command` WHERE `name`='flusharenapoints';
diff --git a/sql/updates/world/2012_11_21_01_world_trinity_string.sql b/sql/updates/world/2012_11_21_00_world_misc.sql
index 6c70d8cb28b..131dd94585d 100644
--- a/sql/updates/world/2012_11_21_01_world_trinity_string.sql
+++ b/sql/updates/world/2012_11_21_00_world_misc.sql
@@ -1 +1,3 @@
+-- --------
+DELETE FROM `command` WHERE `name`='flusharenapoints';
DELETE FROM `trinity_string` WHERE `entry` IN ('741','742','743','744','745','746');
diff --git a/sql/updates/world/2012_11_22_00_world_command.sql b/sql/updates/world/2012_11_22_00_world_command.sql
index 74ed29e31ac..41da2d208b7 100644
--- a/sql/updates/world/2012_11_22_00_world_command.sql
+++ b/sql/updates/world/2012_11_22_00_world_command.sql
@@ -1,4 +1,6 @@
+-- --------
DELETE FROM `command` WHERE `name` = 'modify arenapoints';
+DELETE FROM `command` WHERE `name` = 'modify currency';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('modify currency', 2, 'Syntax: .modify currency #id #value\nAdd $amount (without precision) of $currency to the selected player.');