diff options
author | Killyana <morphone1@gmail.com> | 2020-01-02 22:29:48 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-19 19:05:55 +0100 |
commit | b2eac05bf242e3adcda2579dd5781cfe7fb8f14b (patch) | |
tree | 66a961979af2e3335fd83fc0bccd8901c7b86f50 | |
parent | d44d218046364cebdf653619c1dc2354c78d8139 (diff) |
DB/Creature: Guchie Jinglepocket
(cherry picked from commit e4be992791f95cf5b8f2049ac89f097cc1c171c5)
-rw-r--r-- | sql/updates/world/master/2021_12_19_26_world_2020_01_02_00_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
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); |