mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
fix(DB/Gossip): Adding Mor'ogal's gossip (#9462)
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638446224179942600');
|
||||||
|
|
||||||
|
UPDATE `creature_template` SET `gossip_menu_id`= 4721 WHERE `entry`= 11861;
|
||||||
|
|
||||||
|
DELETE FROM `gossip_menu`WHERE `MenuID` = 4721 AND `TextID` = 5773;
|
||||||
|
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (4721, 5773);
|
||||||
Reference in New Issue
Block a user