DB/Gossip: Maggran Earthbinder

Closes #20893
This commit is contained in:
ZenoX92
2017-11-17 10:19:35 +01:00
committed by Aokromes
parent b164e63800
commit 7eaf48cb5c

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