DB/NPC: Quartermaster Bartlett can now repair (#1149)

Added repair option to gossip menu of Quartermaster Bartlett
This commit is contained in:
Poszer
2018-12-29 15:11:30 +01:00
committed by Barbz
parent 008f16fac2
commit 585d293de4

View File

@@ -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;