mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Misc: Fix import
This commit is contained in:
@@ -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';
|
||||
*/
|
||||
Reference in New Issue
Block a user