aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-06-21 19:45:36 +0700
committertobmaps <spambot42@yandex.ru>2011-06-21 19:45:36 +0700
commita02d145a17eee1aff3652c7371d8f6502dc62788 (patch)
tree8fa7e13908794f5a88ac524d83bddd1e68c8d335 /sql
parent8bf53f4a6b868962da49268ac87f236acf50daf9 (diff)
Core/Spells: Prevent hit main target by 5 yard AOE effect of Starfall
Closes #1186 Closes #2085
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_06_21_01_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_21_01_world_spell_script_names.sql b/sql/updates/world/2011_06_21_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..087891c0cbf
--- /dev/null
+++ b/sql/updates/world/2011_06_21_01_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` = -50294;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(-50294,'spell_dru_starfall_aoe');