aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-08-31 15:58:34 -0700
committerNay <dnpd.dd@gmail.com>2012-08-31 15:58:34 -0700
commit6b0c2a307b9f6e388dcb831986cdaa8e4a497364 (patch)
tree0871b3ff19a138fe42cfe38f34301c8640cb99f0 /sql
parent305b8d2d69f28fb0094c80c579c36b029c474cb1 (diff)
parent74d4aec49bd6e571c3253922e88ace19fe68bbe1 (diff)
Merge pull request #7599 from gacko28/zuluhed
Core/Spell: Unlocking zuluhed chains Closes #996 Fixes quest Zuluhed the Whacked
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_09_01_00_world_spell_script_names.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_01_00_world_spell_script_names.sql b/sql/updates/world/2012_09_01_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..888cc15e276
--- /dev/null
+++ b/sql/updates/world/2012_09_01_00_world_spell_script_names.sql
@@ -0,0 +1,4 @@
+-- Unlocking zuluhed chains
+DELETE FROM `spell_script_names` WHERE `spell_id`=38790;
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(38790, 'spell_unlocking_zuluheds_chains');