mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix Orphan Matron Aria's Gossip Option
Closes #26506
(cherry picked from commit 10c7c57866)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user