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

Closes #26506

(cherry picked from commit 10c7c57866)
This commit is contained in:
dr-j
2021-05-07 16:33:09 +03:00
committed by Shauren
parent b1139ada4d
commit 2d38b03b00

View File

@@ -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;