aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-09-03 20:37:02 +0200
committerKillyana <morphone1@gmail.com>2015-09-03 20:37:02 +0200
commit381285865cdd1fc5904a2f8694dd3a115d1e842f (patch)
tree37a797e30dfd3ed7801ea74f801dccfd9c6c1fd0
parent82f69b5bea09f4bb3e977817324dac733d632752 (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.sql6
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');