aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-17 17:04:12 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-15 12:23:06 +0100
commit34e3cac078cf677d64ac27abe162d525506e7d15 (patch)
tree608ad322b7b1a678a4cf37a1c5d104b384e36c0a
parent8d6118d24bf663a0983432d23d2f210bf93943c6 (diff)
DB/Creature: Update Private Weeks with the correct gossip menu ID
(cherry picked from commit 9530ce4a2e140efe878a00e0ac1b904e9daa3882)
-rw-r--r--sql/updates/world/master/2021_11_15_01_world_2018_10_17_03_world_335.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_15_01_world_2018_10_17_03_world_335.sql b/sql/updates/world/master/2021_11_15_01_world_2018_10_17_03_world_335.sql
new file mode 100644
index 00000000000..efb4c1992ec
--- /dev/null
+++ b/sql/updates/world/master/2021_11_15_01_world_2018_10_17_03_world_335.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `gossip_menu` WHERE `MenuId` IN (21253) AND `TextId` IN (9520);
+UPDATE `gossip_menu_option` SET `OptionType`=1, `OptionNpcFlag`=1 WHERE `MenuId` IN (7771);
+UPDATE `creature_template` SET `gossip_menu_id`=7771 WHERE `entry`=18715;
+UPDATE `smart_scripts` SET `event_param1`=7771 WHERE `entryorguid` IN (18715) AND `source_type`=0 AND `id`=2;