mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
5
sql/updates/world/3.3.5/2016_07_19_02_world.sql
Normal file
5
sql/updates/world/3.3.5/2016_07_19_02_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user