diff options
| author | Tuxity <kevin.darcel@gmail.com> | 2012-11-22 10:04:02 +0100 |
|---|---|---|
| committer | Tuxity <kevin.darcel@gmail.com> | 2012-11-22 10:05:14 +0100 |
| commit | 7416ada4f7b28c6fa8a9fd18d90327c1314106d4 (patch) | |
| tree | 21bff8de438ff38a7f0c068244eb8565c9b501a5 | |
| parent | 2f1000a9ed14fbfabce05278ec80a4dc7bfd45e7 (diff) | |
DB/Misc: Fix typo in previous SQL file
| -rw-r--r-- | sql/updates/world/2012_11_21_00_world_command.sql | 1 | ||||
| -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.sql | 2 |
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.'); |
