mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Character: Fix logic fail with world state in b2928e59fa
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `worldstates` WHERE `entry` IN (20004,20007);
|
||||
INSERT INTO `worldstates` (`entry`, `value`, `comment`) VALUES
|
||||
(20004,0,'CleaningFlags'),
|
||||
(20007,0,'NextMonthlyQuestResetTime');
|
||||
Reference in New Issue
Block a user