mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
[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:
@@ -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),
|
||||
Reference in New Issue
Block a user