mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Core/Phasing: Implemented db spawns in personal phases (#26345)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
@@ -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)");
|
||||
Reference in New Issue
Block a user