DB/Misc: Fix import

This commit is contained in:
Aokromes
2015-07-26 15:40:17 +02:00
parent 4508a53d00
commit 33d42d2d01

View File

@@ -1,3 +1,4 @@
/*
-- areatrigger_teleport
ALTER TABLE `areatrigger_teleport`
CHANGE `id` `ID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
@@ -174,3 +175,4 @@ CHANGE `target_position_x` `PositionX` FLOAT NOT NULL DEFAULT '0',
CHANGE `target_position_y` `PositionY` FLOAT NOT NULL DEFAULT '0',
CHANGE `target_position_z` `PositionZ` FLOAT NOT NULL DEFAULT '0',
CHANGE `target_orientation` `Orientation` FLOAT NOT NULL DEFAULT '0';
*/