From fe15464feb9825dc7ac7e1a96e8932615c240507 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 7 Jul 2017 22:48:30 +0200 Subject: DB: Fix the previous commit --- sql/updates/world/3.3.5/2017_07_07_01_world.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_07_07_01_world.sql b/sql/updates/world/3.3.5/2017_07_07_01_world.sql index 9e8de14cd9f..2736765c08a 100644 --- a/sql/updates/world/3.3.5/2017_07_07_01_world.sql +++ b/sql/updates/world/3.3.5/2017_07_07_01_world.sql @@ -1,4 +1,4 @@ -- DELETE FROM `gameobject` WHERE `guid`=69; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES -(69, 175746, 530, 1, 1, 9556.93, -7210.03, 27.1505, 5.37153, 0, 0, 0.440206, -0.897897, 300, 0, 1, 0); \ No newline at end of file +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `state`) VALUES +(69, 175746, 530, 1, 1, 9556.93, -7210.03, 27.1505, 5.37153, 0, 0, 0.440206, -0.897897, 300, 1); -- cgit v1.2.3