mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_06_28_05 -> 2022_06_29_00
|
||||
-- fixed `Escape from Silverbrook` quest
|
||||
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2740900;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_29_00 -> 2022_06_29_01
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (237, 238);
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_06_29_01 -> 2022_06_29_02
|
||||
--
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag`&~1, `gossip_menu_id` = 0 WHERE `entry` = 15187;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_29_02 -> 2022_06_29_03
|
||||
--
|
||||
UPDATE `quest_offer_reward` SET `RewardText` = 'Here, take the egg... better you have it so it bonds to you and looks to you to be its $gdadda:momma;.$B$BCongrats, $N. You''re a parent... kinda.' WHERE `ID` = 4298;
|
||||
UPDATE `quest_offer_reward` SET `RewardText` = 'These''ll do nicely, and if I''m not mistaken, your little egg''s just about ready to hatch. How does it feel? You know, you about to be a $gfather:mother;? Haha, didn''t think ya''d have to deal with such responsibility, now did ya?' WHERE `ID` = 4297;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_29_03 -> 2022_06_29_04
|
||||
--
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 2775;
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 2775;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_29_04 -> 2022_06_29_05
|
||||
--
|
||||
SET @NPC := 300758; # Actual GUID is unknown, but this is the same placeholder GUID used by Vmangos and is available
|
||||
SET @PATH := @NPC * 10;
|
||||
Reference in New Issue
Block a user