diff options
-rw-r--r-- | sql/updates/world/master/2017_02_11_03_world_2016_07_19_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_11_03_world_2016_07_19_02_world.sql b/sql/updates/world/master/2017_02_11_03_world_2016_07_19_02_world.sql new file mode 100644 index 00000000000..782178a66f8 --- /dev/null +++ b/sql/updates/world/master/2017_02_11_03_world_2016_07_19_02_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry`=27267; +INSERT INTO `creature_template_addon` (`entry`, `bytes1`, `bytes2`, `emote`) VALUES (27267, 256, 257, 233); +UPDATE `creature_template` SET `unit_flags`=32768 WHERE `entry`=27267; +UPDATE `gossip_menu_option` SET `option_id`=3, `npc_option_npcflag`=128 WHERE `menu_id`=9487; |