DB/Creature: Fix Orphan Matron Aria's Gossip Option

Closes #26506

(cherry picked from commit 10c7c5786678fc2db5b08ef5cf0302074e1a3179)
This commit is contained in:
dr-j
2022-03-09 14:21:21 +01:00
committed by Shauren
parent b1139ada4d
commit 2d38b03b00
@@ -0,0 +1,3 @@
--
UPDATE `gossip_menu_option` SET `ActionMenuID`=10505,`BoxBroadcastTextID`=34569,`BoxText`='You may choose to care for an Oracle orphan or a Wolvar orphan, but you will not be able to help both.' WHERE `MenuID`=10502 AND `OptionID`=1;
UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=34365 AND `source_type`=0 AND `id`=1 AND `link`=4;