diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-11-20 20:28:21 +0100 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-20 20:28:21 +0100 |
| commit | 8dfc753770cb82f0080f9ca548d95ad8648b987f (patch) | |
| tree | 01c6702c096903cd3ffd1d8a888529fc06d95d05 /sql | |
| parent | 9cc3a0e6da543a4d7bf96e858f734901732f51a5 (diff) | |
Scripts/Commands: updated .npc info to show correct PhaseIDs and PhaseGroups
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:'); |
