fix(DB/Disables): Remove incorrectly disabled quests. (#21628)

This commit is contained in:
Benjamin Jackson 2025-03-02 15:31:02 -05:00 committed by GitHub
parent a414b5776a
commit ed6f296849
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);