mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
DB: Fixed importing 2012_12_08_00_character_worldstate.sql
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DELETE FROM `worldstates` WHERE `entry` IN (20004,20007,20050);
|
||||
INSERT INTO `worldstates` (`entry`, `value`, `comment`) VALUES
|
||||
(20004,0,'CleaningFlags'),
|
||||
(20007,0,'NextMonthlyQuestResetTime')
|
||||
(20007,0,'NextMonthlyQuestResetTime'),
|
||||
(20050,0,'NextWeeklyGuildResetTime');
|
||||
|
||||
Reference in New Issue
Block a user