Changeset 64

Show
Ignore:
Timestamp:
11/19/08 13:30:54 (17 years ago)
Author:
yumileroy
Message:

[svn] * Fixed language strings sql from rev67

Original author: KingPin?
Date: 2008-10-19 12:11:32-05:00

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sql/updates/68_world.sql

    r62 r64  
    11-- add lang strings 
    2 DELETE FROM mangos_string WHERE entry BETWEEN 1000 AND 1006; 
    3 INSERT INTO mangos_string VALUES 
     2DELETE FROM trinity_string WHERE entry BETWEEN 1000 AND 1006; 
     3INSERT INTO trinity_string VALUES 
    44(1000,'You froze player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 
    55(1001,'It might be amusing but no... you cant freeze yourself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),