diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-02 21:02:35 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-02 21:02:35 +0200 |
commit | 28a5e1e1483993d28e6af9c1219116d74cd9ac3b (patch) | |
tree | c6880bf95f62cc18644ab94947443df7d2b94e94 | |
parent | 1731ff5ca1304ed19b3cdb704d283860463f719e (diff) |
SQL: Fix sql error (thx ChazyTheBest)
-rw-r--r-- | sql/updates/world/2012_09_01_00_world_spell_script_names.sql | 2 |
1 files changed, 1 insertions, 1 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 index 888cc15e276..add7621b74c 100644 --- 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 @@ -1,4 +1,4 @@ --- Unlocking zuluhed chains +-- 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'); |