DB/Gossip: Bloodelf Orphan

Add gossip menu and set for Bloodelf Orphan, Dreanei Orphan already has it was just the gossip for horde npc which was missing
(cherry picked from commit 5d29635152)
This commit is contained in:
Dr-J
2015-04-28 15:49:13 +01:00
committed by MitchesD
parent b60fceb9e2
commit bb92ca1896

View File

@@ -0,0 +1,5 @@
DELETE FROM `gossip_menu` WHERE `entry`=8563;
INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES
(8563, 10732); -- Blood Elf
UPDATE `creature_template` SET `gossip_menu_id`=8563 WHERE `entry`=22817;