diff options
-rw-r--r-- | sql/updates/world/2013_07_26_01_world_spell_misc_434.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_07_26_01_world_spell_misc_434.sql b/sql/updates/world/2013_07_26_01_world_spell_misc_434.sql index 9552c9db87e..73c1ba2f67d 100644 --- a/sql/updates/world/2013_07_26_01_world_spell_misc_434.sql +++ b/sql/updates/world/2013_07_26_01_world_spell_misc_434.sql @@ -9,4 +9,4 @@ INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectValueMultiplier`, `EffectA DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_halion_summon_exit_portals'; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(153097, 'spell_halion_summon_exit_portals'); +(123456, 'spell_halion_summon_exit_portals'); |