diff options
author | Gooyeth <Gooyeth@users.noreply.github.com> | 2018-06-03 10:19:24 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-26 23:24:49 +0200 |
commit | c3db8357ab26cc021c9957324106ff1afb4ea718 (patch) | |
tree | c2a1aed10e3cb41fe2151f3ea78dc1196bde9f9b | |
parent | bd91674e66f6c8d9ae2b52558a7f34a60bac8d7c (diff) |
DB/Gossip: Grandmother - Karazhan
Closes #21982
(cherry picked from commit ce5cbc6f30642c80b3152937da97c50623d31e84)
-rw-r--r-- | sql/updates/world/master/2021_09_26_38_world_2018_06_03_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_26_38_world_2018_06_03_00_world.sql b/sql/updates/world/master/2021_09_26_38_world_2018_06_03_00_world.sql new file mode 100644 index 00000000000..5039bedb124 --- /dev/null +++ b/sql/updates/world/master/2021_09_26_38_world_2018_06_03_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gossip_menu_option` SET `OptionType`=1, `OptionNpcFlag`=1 WHERE `MenuID` IN (7441, 7442, 7443) AND `OptionIndex`=0; |