Archmage Leryda NPC_Text Fix
Removes unpopulated `NPC_Text` data from Archmage Leryda that prevents players from talking to her (and thus starting the quest chain for the Kara rings.) She has another `Npc_Text` entry that contains her correct gossip that is properly attached to her gossip_menu.
-- Remove incorrect text from Leryda
DELETE FROM `npc_text` WHERE `id`=10884;
Recommended Comments