diff options
author | dr-j <dr-j@users.noreply.github.com> | 2021-05-07 16:33:09 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-09 14:21:21 +0100 |
commit | 2d38b03b001b71e25f04bf1328ceee3f16593fcd (patch) | |
tree | d3c21598130e3fdef01c31ba31d96345ba27f10c | |
parent | b1139ada4d05bc08dfe3bdb8ba8b3848e66cff61 (diff) |
DB/Creature: Fix Orphan Matron Aria's Gossip Option
Closes #26506
(cherry picked from commit 10c7c5786678fc2db5b08ef5cf0302074e1a3179)
-rw-r--r-- | sql/updates/world/master/2022_03_09_20_world_2021_05_07_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |