mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Fix typo in world.sql - spotted by ogeraisi and Amit86
--HG-- branch : trunk
This commit is contained in:
@@ -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';
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user