fix(DB/Disables): Remove incorrectly disabled quests. (#21628)
This commit is contained in:
parent
a414b5776a
commit
ed6f296849
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
DELETE FROM `creature_queststarter` WHERE `quest` IN (12752, 12753, 12771, 12772, 12773, 12774, 12775, 12776, 12777, 12782, 12783, 12784, 12785, 12786, 12787, 12788, 12808, 12809, 12811, 12812); -- Should later be assigned in `game_event_creature_quest`.
|
||||
DELETE FROM `disables` WHERE `sourceType` = 1 AND `entry` IN (12752, 12753, 12771, 12772, 12773, 12774, 12775, 12776, 12777, 12782, 12783, 12784, 12785, 12786, 12787, 12788, 12808, 12809, 12811, 12812);
|
||||
Loading…
Add table
Add a link
Reference in a new issue