aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7815_world_spelldifficulty_dbc.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/7815_world_spelldifficulty_dbc.sql b/sql/updates/7815_world_spelldifficulty_dbc.sql
index 2c91beaefbb..b6fb3cec898 100644
--- a/sql/updates/7815_world_spelldifficulty_dbc.sql
+++ b/sql/updates/7815_world_spelldifficulty_dbc.sql
@@ -6,4 +6,4 @@ CREATE TABLE `spelldifficulty_dbc` (
`spellid2` int(11) unsigned NOT NULL DEFAULT '0',
`spellid3` int(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
-) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
+) ENGINE=MyISAM DEFAULT CHARSET=utf8;