chore(DB): import pending files

Referenced commit(s): 3edb5822b2
This commit is contained in:
AzerothCoreBot
2022-06-29 19:52:07 +00:00
parent 3edb5822b2
commit 30b0516544
6 changed files with 6 additions and 0 deletions

View File

@@ -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;

View File

@@ -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);

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;