mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
DB/NPC: Quartermaster Bartlett can now repair (#1149)
Added repair option to gossip menu of Quartermaster Bartlett
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1545780720578767600');
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` = 27267;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `bytes2`, `emote`) VALUES (27267, 0, 0, 233);
|
||||
UPDATE `gossip_menu_option` SET `option_id` = 3, `npc_option_npcflag` = 128 WHERE `menu_id` = 9487;
|
||||
Reference in New Issue
Block a user