diff options
| author | Anubisss <none@none> | 2009-06-19 01:48:34 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-06-19 01:48:34 +0200 |
| commit | ee6126dd50db4875acc9aee7b13f2215e965b084 (patch) | |
| tree | 55351d5bec5aef6b5b6ee7a038fce4ea745b78e0 /sql/updates/4159_world.sql | |
| parent | 46ad2e833fcd36e66aeeb0e95cbd9e6e147459fc (diff) | |
*Implement command .lookup map
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/4159_world.sql')
| -rw-r--r-- | sql/updates/4159_world.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/4159_world.sql b/sql/updates/4159_world.sql new file mode 100644 index 00000000000..00778695c76 --- /dev/null +++ b/sql/updates/4159_world.sql @@ -0,0 +1,14 @@ +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 5012 AND 5019; +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES +(5012, 'No maps found!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5013, '[Continent]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5014, '[Instance]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5015, '[Battleground]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5016, '[Arena]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5017, '[Raid reset time: %u]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5018, '[Heroic reset time: %u]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5019, '[Mountable]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); + +DELETE FROM `command` WHERE `name` = 'lookup map'; +INSERT INTO `command` (`name`, `security`, `help`) VALUES +('lookup map', 3, 'Syntax: .lookup map $namepart\r\n\r\nLooks up a map by $namepart, and returns all matches with their map ID''s.'); |
