mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Creature: Add stealth detection for Phantom Valets
Closes #18656 By Rushor
This commit is contained in:
4
sql/updates/world/3.3.5/2016_12_29_08_world.sql
Normal file
4
sql/updates/world/3.3.5/2016_12_29_08_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=16408;
|
||||
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(16408,0,0,0,0,0, '18950');
|
||||
Reference in New Issue
Block a user