aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/8806_spell_script_target.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/8806_spell_script_target.sql b/sql/updates/8806_spell_script_target.sql
new file mode 100644
index 00000000000..e84bfcc83d9
--- /dev/null
+++ b/sql/updates/8806_spell_script_target.sql
@@ -0,0 +1,5 @@
+-- Limit Flame Tsunami buff to Lava Blazes only
+DELETE FROM spell_script_target WHERE entry = 60430;
+INSERT INTO spell_script_target (entry, type, targetEntry) VALUES
+ (60430, 1, 30643),
+ (60430, 1, 31317);