diff options
| author | dr-j <dr-j@users.noreply.github.com> | 2021-05-07 16:33:09 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-05-07 16:33:09 +0300 |
| commit | 10c7c5786678fc2db5b08ef5cf0302074e1a3179 (patch) | |
| tree | c1051edd61b26ad573a4220fdd40ad31f38908a0 | |
| parent | 79944605c644c597bada8535d9edd1fc3c77e4cc (diff) | |
DB/Creature: Fix Orphan Matron Aria's Gossip Option
Closes #26506
| -rw-r--r-- | sql/updates/world/3.3.5/2021_05_07_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_05_07_00_world.sql b/sql/updates/world/3.3.5/2021_05_07_00_world.sql new file mode 100644 index 00000000000..6108221fd15 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
