diff options
| author | KingPin <none@none> | 2009-02-12 09:50:30 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2009-02-12 09:50:30 -0500 |
| commit | 4730e6e5ce5a43cff3143169a25642cb388ccb32 (patch) | |
| tree | 7ea6fb67ca095d262e77b285fb55792249e034e0 /sql/updates | |
| parent | 1b76e516c169fca47ed5e2a8e5f60dced9226aa8 (diff) | |
Fix characters.sql thanx paradox
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/54_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/54_world.sql b/sql/updates/54_world.sql index 88ebc4b46db..2d5e984d9e7 100644 --- a/sql/updates/54_world.sql +++ b/sql/updates/54_world.sql @@ -2,4 +2,4 @@ CREATE TABLE `game_event_battleground_holiday` ( `event` int(10) unsigned NOT NULL, `bgflag` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`event`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8;
\ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
