mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 23:11:56 -04:00
DB/Gossip: Orchish Orphan
As with shattrath one alliance (human orphan) already has gossip was just missing from orchish one.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=5820 WHERE `entry`=14444;
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `entry`=5820;
|
||||
INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES
|
||||
(5820, 6993);
|
||||
Reference in New Issue
Block a user