diff options
author | Killyana <morphone1@gmail.com> | 2015-09-03 20:37:02 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-09-03 20:37:02 +0200 |
commit | 381285865cdd1fc5904a2f8694dd3a115d1e842f (patch) | |
tree | 37a797e30dfd3ed7801ea74f801dccfd9c6c1fd0 | |
parent | 82f69b5bea09f4bb3e977817324dac733d632752 (diff) |
DB/NPC: Blue Crashin' Thrashin' Racer and Crashin' Thrashin' Racer
Add missing auras and a spell.
By: @sirikfoll
Closes #15407
-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'); |