diff options
author | Killyana <morphone1@gmail.com> | 2016-12-30 00:06:07 +0100 |
---|---|---|
committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-18 00:19:43 +0100 |
commit | eed7efb542687306e98edd0c850623133a8b3528 (patch) | |
tree | c65076732a57b974b6c4353ea63cf1d3c09943a2 | |
parent | b774ae7ce698f87960d4f689613e78b2b4afc313 (diff) |
DB/Creature: Add stealth detection for Phantom Valets
Closes #18656
By Rushor
(cherry picked from commit db4ceca561ffe68a0fa3ef9581aad89e6f02686d)
-rw-r--r-- | sql/updates/world/master/2018_03_17_38_world_2016_12_29_08_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_17_38_world_2016_12_29_08_world.sql b/sql/updates/world/master/2018_03_17_38_world_2016_12_29_08_world.sql new file mode 100644 index 00000000000..cf9bbedaddb --- /dev/null +++ b/sql/updates/world/master/2018_03_17_38_world_2016_12_29_08_world.sql @@ -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'); |