From 33d42d2d01363bf48e9e66e8ff6d1ba45cbc7d42 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 26 Jul 2015 15:40:17 +0200 Subject: [PATCH] DB/Misc: Fix import --- sql/updates/world/2015_06_23_00_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/updates/world/2015_06_23_00_world_335.sql b/sql/updates/world/2015_06_23_00_world_335.sql index fd7132491b0..84e2f4785d6 100644 --- a/sql/updates/world/2015_06_23_00_world_335.sql +++ b/sql/updates/world/2015_06_23_00_world_335.sql @@ -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'; +*/ \ No newline at end of file