diff options
| author | Killyana <morphone1@gmail.com> | 2016-12-30 00:06:07 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-12-30 00:06:07 +0100 |
| commit | db4ceca561ffe68a0fa3ef9581aad89e6f02686d (patch) | |
| tree | 33e3e8d7e9c7122252c304b866379622fe94f37d /sql/updates | |
| parent | 1e0088144826ae2b116f9680237c0a22f9a968cc (diff) | |
DB/Creature: Add stealth detection for Phantom Valets
Closes #18656
By Rushor
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_12_29_08_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_29_08_world.sql b/sql/updates/world/3.3.5/2016_12_29_08_world.sql new file mode 100644 index 00000000000..cf9bbedaddb --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
