diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-09-01 22:20:33 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-09-01 22:20:33 +0100 |
| commit | ffe8c75f17aa4c4059771265dd408055cb3c4e52 (patch) | |
| tree | 94cadbcea5b6f69224550a24f2b5a9791f17447d /sql/updates | |
| parent | a8d514914be2e88dbae5013a17013adabefcfe74 (diff) | |
| parent | a7dd289b04e3a9d0337fb5b6db3fc7a70f670933 (diff) | |
Merge remote-tracking branch 'origin/master' into mmaps
Diffstat (limited to 'sql/updates')
| -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'); |
