DB/Creature: Add Stealth Detection for Steamvaults Creatures

By @Saben65
Closes #16185
This commit is contained in:
Killyana
2016-01-17 03:38:05 +01:00
parent 63afac00ac
commit bf71f51fba

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `creature_template_addon` WHERE `entry` IN (21694,21914,17796,17797,20629,20630);
INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
(21694,0,0x0,0x1,'18950'), -- 21694 - 18950
(21914,0,0x0,0x1,'18950'), -- 21914 - 18950
(17796,0,0x0,0x1,'18950'), -- 17796 - 18950
(17797,0,0x0,0x1,'18950'), -- 17797 - 18950
(20629,0,0x0,0x1,'18950'), -- 20629 - 18950
(20630,0,0x0,0x1,'18950'); -- 20630 - 18950