From b2eac05bf242e3adcda2579dd5781cfe7fb8f14b Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 2 Jan 2020 22:29:48 +0100 Subject: DB/Creature: Guchie Jinglepocket (cherry picked from commit e4be992791f95cf5b8f2049ac89f097cc1c171c5) --- .../world/master/2021_12_19_26_world_2020_01_02_00_world.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sql/updates/world/master/2021_12_19_26_world_2020_01_02_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_19_26_world_2020_01_02_00_world.sql b/sql/updates/world/master/2021_12_19_26_world_2020_01_02_00_world.sql new file mode 100644 index 00000000000..d204694fd89 --- /dev/null +++ b/sql/updates/world/master/2021_12_19_26_world_2020_01_02_00_world.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `MenuId`=5181 AND `OptionIndex`=0; +INSERT INTO `gossip_menu_option` (`MenuId`, `OptionIndex`, `OptionIcon`, `OptionText`, `OptionBroadcastTextId`, `VerifiedBuild`) VALUES +(5181, 0, 1, 'Let me browse your seasonal fare.', 8786, 41488); + +DELETE FROM `creature_template_addon` WHERE `entry`=13436; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `auras`) VALUES +(13436, 0, 0, 0, 257, 0, 0, 0, 0, ''); -- 13436 (Guchie Jinglepocket) + +DELETE FROM `creature_template_scaling` WHERE `DifficultyID`=0 AND `Entry`=13436; +INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES +(13436, 0, 0, 0, 417, 41488); -- cgit v1.2.3