mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Misc: Fixes for Troll start zone
By Malcrom
This commit is contained in:
4
sql/updates/world/4.3.4/2017_11_12_00_world.sql
Normal file
4
sql/updates/world/4.3.4/2017_11_12_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `gossip_menu_option` SET `OptionType`=5, `OptionNpcFlag`=16 WHERE `MenuID` IN (10977,10984,10986) AND `OptionID`=0;
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (47057);
|
||||
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (47057,0,0,8,257,0, '');
|
||||
Reference in New Issue
Block a user