aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorsilinoron <none@none>2010-07-27 22:12:50 -0700
committersilinoron <none@none>2010-07-27 22:12:50 -0700
commitc173e84f252453397c5360fd74958c3ed135a06f (patch)
tree7863ef1231a76289f414aaf865e5f07795d84b1d /sql/updates
parente7e49c56cf5b357c1bdcf1e199435dbeec17797e (diff)
Move dummy effect handlers for all SPELLFAMILY_HUNTER dummy effect handlers but Scatter Shot to spell scripts.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9059_world_spell_script_names.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/9059_world_spell_script_names.sql b/sql/updates/9059_world_spell_script_names.sql
new file mode 100644
index 00000000000..9ba3981e15f
--- /dev/null
+++ b/sql/updates/9059_world_spell_script_names.sql
@@ -0,0 +1,7 @@
+DELETE FROM spell_script_names WHERE spell_id=53271 AND ScriptName='spell_hun_masters_call';
+DELETE FROM spell_script_names WHERE spell_id=53478 AND ScriptName='spell_hun_last_stand_pet';
+DELETE FROM spell_script_names WHERE spell_id=23989 AND ScriptName='spell_hun_readiness';
+INSERT INTO spell_script_names (spell_id, ScriptName) VALUES
+(53271,'spell_hun_masters_call'),
+(53478,'spell_hun_last_stand_pet'),
+(23989,'spell_hun_readiness');