diff options
author | KingPin <none@none> | 2009-01-17 11:06:27 -0500 |
---|---|---|
committer | KingPin <none@none> | 2009-01-17 11:06:27 -0500 |
commit | 39ce4315c99374e02ade0ca7b0db1d0ddb33f463 (patch) | |
tree | c498a10ca8ea5e2fd2f0552cb9e7ff0abc6b31cf | |
parent | 66c8e5a877927f80e8c92686785baa5cc357488d (diff) |
* properly name the sql update for rev 870.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/871_world.sql (renamed from sql/updates/XXX_world_trinity_string.sql) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/updates/XXX_world_trinity_string.sql b/sql/updates/871_world.sql index 41dd4e8a9d9..54922de2a40 100644 --- a/sql/updates/XXX_world_trinity_string.sql +++ b/sql/updates/871_world.sql @@ -26,10 +26,6 @@ INSERT INTO trinity_string (`entry`, `content_default`, `content_loc1`, `content (2022, '\n|cff00ff00Message|r: \"%s\"|r ', '', '', '', '', '', '', '', ''), (2023, '\n|cff00ff00Comment|r: \"%s\"|r ', '', '', '', '', '', '', '', ''), (2024, '\n|cff00ccff%s|r |cff00ff00Added comment|r: \"%s\"|r ', '', '', '', '', '', '', '', ''); --- (2025, '', '', '', '', '', '', '', '', '') --- (2026, '', '', '', '', '', '', '', '', '') --- (2027, '', '', '', '', '', '', '', '', '') --- (2028, '', '', '', '', '', '', '', '', '') --- (2029, '', '', '', '', '', '', '', '', '') + DELETE FROM `command` WHERE (`name` LIKE '%ticket closedlist%'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket closedlist','1','Displays a list of closed GM tickets.'); |