DB/Creature: Guchie Jinglepocket

(cherry picked from commit e4be992791)
This commit is contained in:
Killyana
2020-01-02 22:29:48 +01:00
committed by Shauren
parent d44d218046
commit b2eac05bf2

View File

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