mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
7
sql/updates/world/2015_02_12_00_world.sql
Normal file
7
sql/updates/world/2015_02_12_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `quest_template_addon` WHERE `ID`=25172;
|
||||
INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES
|
||||
(25172, 25126);
|
||||
UPDATE `quest_template` SET `AllowableRaces`=-1 WHERE `ID`=25126;
|
||||
DELETE FROM `creature_queststarter` WHERE `id` IN (3098, 39317);
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag` &~2 WHERE `entry` IN (3098, 39317);
|
||||
Reference in New Issue
Block a user