mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
8
sql/updates/world/master/2023_09_08_00_world.sql
Normal file
8
sql/updates/world/master/2023_09_08_00_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- update template
|
||||
UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 19232;
|
||||
|
||||
-- Gossip Menu Options
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuID`=7949;
|
||||
INSERT INTO `gossip_menu_option` (`GossipOptionID`, `MenuID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextId`, `Language`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `SpellID`, `Flags`, `OverrideIconID`, `GossipNpcOptionID`, `VerifiedBuild`) VALUES
|
||||
(35008, 7949, 1, 1, 'Let me browse your goods.', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, 50747), -- for Innkeeper Haelthol
|
||||
(35007, 7949, 0, 5, 'Make this inn your home.', 0, 0, 0, 0, 0, 0, NULL, 0, NULL, 0, NULL, 28861, 50747); -- for Innkeeper Haelthol
|
||||
Reference in New Issue
Block a user