mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
DB/Gossip: Add missing npc text to Lorrin Foxfire
This commit is contained in:
4
sql/updates/world/2016_01_20_01_world.sql
Normal file
4
sql/updates/world/2016_01_20_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gossip_menu` WHERE `entry` IN (9578) AND text_id=12927;
|
||||
INSERT INTO `gossip_menu` (`entry`, `text_id`) VALUES
|
||||
(9578, 12927);
|
||||
Reference in New Issue
Block a user