diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_28_00_world_trinity_string_phaseshift_status.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_28_00_world_trinity_string_phaseshift_status.sql b/sql/updates/world/master/2021_12_28_00_world_trinity_string_phaseshift_status.sql new file mode 100644 index 00000000000..19d0727572c --- /dev/null +++ b/sql/updates/world/master/2021_12_28_00_world_trinity_string_phaseshift_status.sql @@ -0,0 +1,6 @@ +-- Add Name placeholder for phaseshift + +DELETE FROM `trinity_string` WHERE `entry` = 179; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(179, "PhaseShift: +* Flags %u, PersonalGuid: %s (%s)"); |
