aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-12-28 14:24:10 +0200
committerGitHub <noreply@github.com>2021-12-28 13:24:10 +0100
commit8fabe5a3aacf7797f03d074ab8434f445be64955 (patch)
treedd3c977290be47d5a708947893c3544678045194 /sql/updates
parent1aad7f8ddd486e60f76730d3baa36ec63711c7e8 (diff)
Core/Phasing: Implemented db spawns in personal phases (#26345)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_12_28_00_world_trinity_string_phaseshift_status.sql6
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)");