diff options
| author | KingPin <none@none> | 2008-10-19 12:11:32 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2008-10-19 12:11:32 -0500 |
| commit | ce4206c6647fc2b5508013aa1e31b52e24abaefd (patch) | |
| tree | 51e93ee483646b4c571e75fb36bfccdf2031738f | |
| parent | a3dea992f5d2b204a681146c6bfd74258ad27d43 (diff) | |
[svn] * Fixed language strings sql from rev67
--HG--
branch : trunk
rename : sql/updates/67_world.sql => sql/updates/68_world.sql
| -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),
|
