mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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
This commit is contained in:
5
sql/updates/world/2015_04_28_02_world.sql
Normal file
5
sql/updates/world/2015_04_28_02_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user