diff options
author | tyraela <> | 2014-07-19 13:09:33 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-19 13:09:33 +0200 |
commit | 7f287b6d50b5dc01940e16e198498d8808562238 (patch) | |
tree | 841baed2d4458d9a4725397294586c9fb800354d | |
parent | 8b48aad6ad5eaa99ac93ad8b512e01ffb01045df (diff) |
DB/Creature: Remove wrong aura on Monstrous Kaliri
Close #12563
-rw-r--r-- | sql/updates/world/2014_07_19_00_world_creature_misc.sql | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_19_00_world_creature_misc.sql b/sql/updates/world/2014_07_19_00_world_creature_misc.sql new file mode 100644 index 00000000000..1f8eba3d33c --- /dev/null +++ b/sql/updates/world/2014_07_19_00_world_creature_misc.sql @@ -0,0 +1,20 @@ +DELETE FROM `creature_addon` WHERE `guid` IN ( +132567, +132568, +132566, +132564, +132565, +132553, +132554, +132555, +132556, +132557, +132558, +132559, +132560, +132561, +132562, +132563); +DELETE FROM `creature_template_addon` WHERE `entry`=23051; +INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES +(23051, 0, 0x0, 0x1, ''); |