Core/Commands: Fix some commands still using phasemask

This commit is contained in:
Aokromes
2017-11-08 01:41:09 +01:00
parent 0b2e8431aa
commit 9dc4705ba5
6 changed files with 50 additions and 20 deletions

View 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.");