diff options
-rw-r--r-- | sql/updates/world/2015_09_03_07_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_03_07_world.sql b/sql/updates/world/2015_09_03_07_world.sql new file mode 100644 index 00000000000..28736bdf787 --- /dev/null +++ b/sql/updates/world/2015_09_03_07_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `spell1`=49297 WHERE `entry` IN (27664,40281); +DELETE FROM `creature_template_addon` WHERE `entry` IN (27664,40281); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(27664,0,0,0,0,0,'49384'), +(40281,0,0,0,0,0,'75110'); |