diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-04-11 12:15:08 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-04-11 12:15:08 -0400 |
commit | 901bf73d758257a83c6eee03f37cfb89cb734d07 (patch) | |
tree | 2284ecc2a462e19bfc2c4b54e49e82f05d6991da | |
parent | d0a7dc9ca653fa8e889a3a5b4a7b23033dcbe38a (diff) |
Fix typo in world.sql - spotted by ogeraisi and Amit86
--HG--
branch : trunk
-rw-r--r-- | sql/world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql index 50303dcce7e..36328704193 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -89,7 +89,7 @@ CREATE TABLE `areatrigger_teleport` ( `target_position_y` float NOT NULL default '0', `target_position_z` float NOT NULL default '0', `target_orientation` float NOT NULL default '0', - PRIMARY KEY (`id`), + PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System'; -- |