DB/Quests: Remove deprecated quests from Horde Warbringer

(cherry picked from commit 47add89a11)
This commit is contained in:
Killyana
2019-06-03 14:26:35 +02:00
committed by Shauren
parent b3e7be5387
commit c016a6a768

View File

@@ -0,0 +1,8 @@
--
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry` IN (15350,15351);
DELETE FROM `creature_queststarter` WHERE `id` IN (15350,15351);
DELETE FROM `creature_questender` WHERE `id` IN (15350,15351);
DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (8388,13475);
INSERT INTO `disables` (`sourceType`,`entry`,`flags`,`params_0`,`params_1`,`comment`) VALUES
(1,8388,0,'','','Deprecated quest: For Great Honor'),
(1,13475,0,'','','Deprecated quest: For Great Honor');