mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
6
sql/updates/world/3.3.5/2017_11_17_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2017_11_17_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Maggran Earthbinder --> Add Gossip Text
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=4271 WHERE `entry`=11860;
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=4271;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(4271,5443,0);
|
||||
Reference in New Issue
Block a user