aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTartalo <none@none>2010-06-30 19:02:20 +0200
committerTartalo <none@none>2010-06-30 19:02:20 +0200
commitfe1caeefc06870ee648b5a4c680b52b0946eeced (patch)
tree24283926536a82d624ddcd9a72a0348939d061b2 /sql
parent0a5a30a59229e46ace9fef1b7d5173dc5dae5333 (diff)
Obsidian Sanctum: Many improvements & fixes, by moriquendu
Closes issue #1278 Closes issue #2505 Finally I make some time to review & push this change. Thanks for the patience --HG-- branch : trunk
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);