From 8fabe5a3aacf7797f03d074ab8434f445be64955 Mon Sep 17 00:00:00 2001 From: Matan Shukry Date: Tue, 28 Dec 2021 14:24:10 +0200 Subject: Core/Phasing: Implemented db spawns in personal phases (#26345) Co-authored-by: Shauren --- .../master/2021_12_28_00_world_trinity_string_phaseshift_status.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2021_12_28_00_world_trinity_string_phaseshift_status.sql (limited to 'sql/updates') 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)"); -- cgit v1.2.3