diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_11_20_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_20_00_world.sql b/sql/updates/world/2015_11_20_00_world.sql new file mode 100644 index 00000000000..8b2dba55f7c --- /dev/null +++ b/sql/updates/world/2015_11_20_00_world.sql @@ -0,0 +1,5 @@ +UPDATE `trinity_string` SET `content_default`='PhaseID: %u, PhaseGroup: %u' WHERE `entry`=5020; + +DELETE FROM `trinity_string` WHERE `entry`=5018; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(5018,'It consist of PhaseIDs:'); |
