diff options
| author | Gacko <gacko28@gmx.de> | 2012-09-01 00:21:35 +0200 |
|---|---|---|
| committer | Gacko <gacko28@gmx.de> | 2012-09-01 00:35:52 +0200 |
| commit | 74d4aec49bd6e571c3253922e88ace19fe68bbe1 (patch) | |
| tree | 0871b3ff19a138fe42cfe38f34301c8640cb99f0 /sql/updates/world | |
| parent | 305b8d2d69f28fb0094c80c579c36b029c474cb1 (diff) | |
Core/Spell: Unlocking zuluhed chains
Core/Spell: Unlocking zuluheds chains
Core/Spell: Unlocking zuluheds chains
Core/Spell: Unlocking zuluheds chains
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/2012_09_01_00_world_spell_script_names.sql | 4 |
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'); |
