fix(DB): Add gossip flag to Expedition Commander (Ulduar) (#10800)

This commit is contained in:
avarishd
2022-02-27 00:43:58 +02:00
committed by GitHub
parent 80e5ce4ec6
commit 7a77dd1e84

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1645624680895656000');
-- Add gossip flag to Expedition Commander, previously 0
UPDATE `creature_template` SET `npcflag` = `npcflag` | 1 WHERE `entry` IN (33210,34254);
-- Assign the correct menuID to Expedition Commander, previously 0
UPDATE `creature_template` SET `gossip_menu_id` = 10314 WHERE `entry` IN (33210,34254);