DB/Gossip: Dreka'Sur

Closes #21707

(cherry picked from commit cb6bf752470f79c7fdeb9d82e61a2fbd8c9548a9)
This commit is contained in:
ZenoX92
2021-09-22 23:47:26 +02:00
committed by Shauren
parent b1bd68d6c1
commit fa831968f7
@@ -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);