mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Commands: Fix some commands still using phasemask
This commit is contained in:
4
sql/updates/world/4.3.4/2017_11_08_02_world.sql
Normal file
4
sql/updates/world/4.3.4/2017_11_08_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `trinity_string` SET `content_default`='│ Phases: %s' WHERE `entry`=846;
|
||||
DELETE FROM `trinity_string` WHERE `entry`=5083;
|
||||
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
|
||||
(5083,"Uses invalid phaseID.");
|
||||
Reference in New Issue
Block a user