DB/Creature: Add Stealth Detection for Steamvaults Creatures

By @Saben65
Closes #16185

(cherry picked from commit bf71f51fba)
This commit is contained in:
Killyana
2016-01-17 03:38:05 +01:00
committed by Shauren
parent 823a510aa2
commit c5f30751ef
2 changed files with 9 additions and 0 deletions

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