mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
DB/Quest: Remove outdated quests in Isle of Quel'Danas, and add a missing one
By SnapperRy Closes #17495
This commit is contained in:
6
sql/updates/world/3.3.5/2016_07_04_07_world.sql
Normal file
6
sql/updates/world/3.3.5/2016_07_04_07_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `creature_queststarter` WHERE `quest` IN (11520, 11532, 11535, 11538, 11539, 11542, 11545);
|
||||
|
||||
DELETE FROM `creature_queststarter` WHERE `quest`=11534;
|
||||
INSERT INTO `creature_queststarter` VALUES
|
||||
(25034, 11534);
|
||||
Reference in New Issue
Block a user