fix(DB/Gossip): Remove empty data from Archmage Leryda gossip (#14327)

Create rev_1671665943141414400.sql

Authored by: @Saben65
This commit is contained in:
Gultask
2022-12-30 18:52:28 -03:00
committed by GitHub
parent c0fa1421f3
commit 870c69264e

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `npc_text` WHERE `ID` = 10884;
DELETE FROM `gossip_menu` WHERE `MenuID`=8441 AND `TextID`=10884;