+1
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2023_02_18_03 -> 2023_02_18_04
|
||||||
-- Dragonmaw Bonewarder - spawn Skeleton on reset
|
-- Dragonmaw Bonewarder - spawn Skeleton on reset
|
||||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 1057;
|
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 1057;
|
||||||
|
|
||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2023_02_18_04 -> 2023_02_18_05
|
||||||
-- Reply-Code Alpha - All Is Well That Ends Well 10 & 25 - Remove requirement for sigil quest completion.
|
-- Reply-Code Alpha - All Is Well That Ends Well 10 & 25 - Remove requirement for sigil quest completion.
|
||||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 13631); -- Normal (10m)
|
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 13631); -- Normal (10m)
|
||||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 13819); -- Heroic (25m)
|
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 13819); -- Heroic (25m)
|
||||||
Reference in New Issue
Block a user