[svn] * Fixed language strings sql from rev67

--HG--
branch : trunk
rename : sql/updates/67_world.sql => sql/updates/68_world.sql
This commit is contained in:
KingPin
2008-10-19 12:11:32 -05:00
parent a3dea992f5
commit ce4206c664

View File

@@ -1,6 +1,6 @@
-- add lang strings
DELETE FROM mangos_string WHERE entry BETWEEN 1000 AND 1006;
INSERT INTO mangos_string VALUES
DELETE FROM trinity_string WHERE entry BETWEEN 1000 AND 1006;
INSERT INTO trinity_string VALUES
(1000,'You froze player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(1001,'It might be amusing but no... you cant freeze yourself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(1002,'Invalid input check the name of target.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),