diff options
-rw-r--r-- | sql/updates/68_world.sql (renamed from sql/updates/67_world.sql) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/67_world.sql b/sql/updates/68_world.sql index 2eae727eaf7..23f7cc9b309 100644 --- a/sql/updates/67_world.sql +++ b/sql/updates/68_world.sql @@ -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),
|