DB/Gossip: Primal Torntusk

Closes #21300
This commit is contained in:
ZenoX92
2018-01-25 18:44:09 +01:00
committed by Killyana
parent bb041202a4
commit 4d635a7a3e

View File

@@ -0,0 +1,6 @@
-- Primal Torntusk --> Add Gossip Text
UPDATE `creature_template` SET `gossip_menu_id`=6084 WHERE `entry`=14736;
DELETE FROM `gossip_menu` WHERE `MenuID`=6084;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(6084,7238,0);