mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Add Stealth Detection for Steamvaults Creatures
By @Saben65
Closes #16185
(cherry picked from commit bf71f51fba)
This commit is contained in:
9
sql/updates/world/2016_01_17_01_world.sql
Normal file
9
sql/updates/world/2016_01_17_01_world.sql
Normal 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
|
||||
Reference in New Issue
Block a user