From fe1caeefc06870ee648b5a4c680b52b0946eeced Mon Sep 17 00:00:00 2001 From: Tartalo Date: Wed, 30 Jun 2010 19:02:20 +0200 Subject: 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 --- sql/updates/8806_spell_script_target.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/8806_spell_script_target.sql (limited to 'sql') 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); -- cgit v1.2.3