From 59e14b2b9b2bd545d0ade660a973374829905e67 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 6 Feb 2014 15:08:08 +0100 Subject: DB/Gameobject: Fix Dire Pool Closes #9893 --- sql/updates/world/2014_02_06_00_world_gameobject.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2014_02_06_00_world_gameobject.sql (limited to 'sql') diff --git a/sql/updates/world/2014_02_06_00_world_gameobject.sql b/sql/updates/world/2014_02_06_00_world_gameobject.sql new file mode 100644 index 00000000000..ce516eae01a --- /dev/null +++ b/sql/updates/world/2014_02_06_00_world_gameobject.sql @@ -0,0 +1,5 @@ +-- +SET @GUID =5379; +UPDATE `gameobject` SET `position_z`=159.746 WHERE `guid`=49957; +INSERT INTO `gameobject` VALUES +(@GUID, 300159, 1, 1, 1, -4033.2, 1349.91, 159.746, 3.14159, 0, 0, 0, 0, 900, 0, 1); -- cgit v1.2.3