diff options
| author | KingPin <none@none> | 2008-10-29 17:11:32 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2008-10-29 17:11:32 -0500 |
| commit | 0602efb28928b2c8c7a294edf85bbc9d9c9de807 (patch) | |
| tree | ac95e44761c60ce5169fa485467a6ba4ccc180ef | |
| parent | ce2d63e4aeddca0781c2eef764a6df0154f561fc (diff) | |
[svn] * fixed my typo
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/140_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/140_world.sql b/sql/updates/140_world.sql index 38497f60deb..df2cb10b2ea 100644 --- a/sql/updates/140_world.sql +++ b/sql/updates/140_world.sql @@ -6,9 +6,9 @@ INSERT INTO command VALUES ('npc unfollow',2,'Syntax: .npc unfollow\r\n\r\nSelected creature (non pet) stop follow you.'),
('waterwalk',2,'Syntax: .waterwalk on/off\r\n\r\nSet on/off waterwalk state for selected player or self if no player selected.');
-DELETE FROM mangos_string WHERE entry IN (171,172,336,337,338,339,340,341,342,5007,5008);
+DELETE FROM trinity_string WHERE entry IN (171,172,336,337,338,339,340,341,342,5007,5008);
-INSERT INTO mangos_string VALUES
+INSERT INTO trinity_string VALUES
(172,'server console command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(336,'You repair all %s''s items.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(337,'All your items repaired by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
