DB/Gossip: Add missing npc text to Lorrin Foxfire

This commit is contained in:
Killyana
2016-01-20 01:36:28 +01:00
parent ea38a7d95b
commit cc0a4e68f7

View 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);