From 2d38b03b001b71e25f04bf1328ceee3f16593fcd Mon Sep 17 00:00:00 2001 From: dr-j Date: Fri, 7 May 2021 16:33:09 +0300 Subject: DB/Creature: Fix Orphan Matron Aria's Gossip Option Closes #26506 (cherry picked from commit 10c7c5786678fc2db5b08ef5cf0302074e1a3179) --- sql/updates/world/master/2022_03_09_20_world_2021_05_07_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_03_09_20_world_2021_05_07_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_03_09_20_world_2021_05_07_00_world.sql b/sql/updates/world/master/2022_03_09_20_world_2021_05_07_00_world.sql new file mode 100644 index 00000000000..6108221fd15 --- /dev/null +++ b/sql/updates/world/master/2022_03_09_20_world_2021_05_07_00_world.sql @@ -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; -- cgit v1.2.3