aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-26 01:41:20 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-26 01:41:20 +0200
commit400bcf315074d32b64db613bc705a07cefec45da (patch)
treeaa34033291703498ffaf67f454716ba724e0ed8f
parent814e772650c7fb38285342c9d36744c5e55cb426 (diff)
DB/Spells: Fix typo in 814e772650c7fb38285342c9d36744c5e55cb426
-rw-r--r--sql/updates/world/2013_07_26_01_world_spell_misc_434.sql2
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');