mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01: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:
5
sql/updates/world/2015_04_28_03_world.sql
Normal file
5
sql/updates/world/2015_04_28_03_world.sql
Normal file
@@ -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