diff options
author | Killyana <morphone1@gmail.com> | 2015-12-04 17:17:33 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-12-04 17:17:33 +0100 |
commit | bcc2b0007258a3e20f78946d6439251f133a57a6 (patch) | |
tree | 85ebe01d5a35d99b24251c70730c0dabd0f84234 | |
parent | 6695c98b59d1b69cb3345a8241ccbf4b7299532b (diff) |
DB: Fix a Typo
-rw-r--r-- | sql/updates/world/2015_12_01_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_12_01_00_world.sql b/sql/updates/world/2015_12_01_00_world.sql index 456a36fe882..1572245a517 100644 --- a/sql/updates/world/2015_12_01_00_world.sql +++ b/sql/updates/world/2015_12_01_00_world.sql @@ -9,4 +9,4 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (24724, 'spell_hallow_end_wand'), -- Skeleton Costume (24733, 'spell_hallow_end_wand'), -- Bat Costume (24737, 'spell_hallow_end_wand'), -- Ghost Costume -(24741, 'spell_hallow_end_wand') -- Wisp Costume; +(24741, 'spell_hallow_end_wand'); -- Wisp Costume |