diff options
| author | teacher <none@none> | 2010-04-09 15:41:01 +0200 |
|---|---|---|
| committer | teacher <none@none> | 2010-04-09 15:41:01 +0200 |
| commit | fcd660b240a7a0d499bc1bb27860f136745a9098 (patch) | |
| tree | acf2a200e4386186c553201b5647b898198c98a9 /sql/updates | |
| parent | 4bd2379c6f1e176466ba581d1439eee8feabe0da (diff) | |
Changed recent spell_difficulty_dbc table creation to CHARSET=utf8.
Added recent sql updates to world.sql...
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7815_world_spelldifficulty_dbc.sql | 2 |
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; |
