aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-09-03 20:37:02 +0200
committerMitchesD <majklprofik@seznam.cz>2015-09-25 20:40:42 +0200
commit7d862cbe667119df470358373270e7a6408c0b9a (patch)
tree138d1ad9e690963313c3b1d0439ecd61bc5b1f8d /sql
parentdd51cd575e0b99242ac12b9cfda6d36a8c620fde (diff)
DB/NPC: Blue Crashin' Thrashin' Racer and Crashin' Thrashin' Racer
Add missing auras and a spell. By: @sirikfoll Closes #15407 (cherry picked from commit 381285865cdd1fc5904a2f8694dd3a115d1e842f)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_09_25_11_world_2015_09_03_07.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_25_11_world_2015_09_03_07.sql b/sql/updates/world/2015_09_25_11_world_2015_09_03_07.sql
new file mode 100644
index 00000000000..28736bdf787
--- /dev/null
+++ b/sql/updates/world/2015_09_25_11_world_2015_09_03_07.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');