From 7416ada4f7b28c6fa8a9fd18d90327c1314106d4 Mon Sep 17 00:00:00 2001 From: Tuxity Date: Thu, 22 Nov 2012 10:04:02 +0100 Subject: [PATCH] DB/Misc: Fix typo in previous SQL file --- sql/updates/world/2012_11_21_00_world_command.sql | 1 - ...01_world_trinity_string.sql => 2012_11_21_00_world_misc.sql} | 2 ++ sql/updates/world/2012_11_22_00_world_command.sql | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 sql/updates/world/2012_11_21_00_world_command.sql rename sql/updates/world/{2012_11_21_01_world_trinity_string.sql => 2012_11_21_00_world_misc.sql} (55%) 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 similarity index 55% rename from sql/updates/world/2012_11_21_01_world_trinity_string.sql rename to 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.');