aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2014-02-06 15:08:08 +0100
committerAokromes <jipr@hotmail.com>2014-02-06 15:08:08 +0100
commit59e14b2b9b2bd545d0ade660a973374829905e67 (patch)
treecd88df66bf067d1805708d6bcd6d02c5f88800ec
parent1b2e4d8110f113dfd2baadb1c14525a9401718c1 (diff)
DB/Gameobject: Fix Dire Pool
Closes #9893
-rw-r--r--sql/updates/world/2014_02_06_00_world_gameobject.sql5
1 files changed, 5 insertions, 0 deletions
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);