DB/Gossip: Dreka'Sur

Closes #21707

(cherry picked from commit cb6bf75247)
This commit is contained in:
ZenoX92
2018-03-27 22:30:54 +02:00
committed by Shauren
parent b1bd68d6c1
commit fa831968f7

View File

@@ -0,0 +1,6 @@
--
-- Dreka'Sur --> Add Gossip Text
UPDATE `creature_template` SET `gossip_menu_id`=4067 WHERE `entry`=9620;
DELETE FROM `gossip_menu` WHERE `MenuID`=4067;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(4067,4960,0);