DB/Gameobject: Fix Dire Pool

Closes #9893
This commit is contained in:
Aokromes
2014-02-06 15:08:08 +01:00
parent 1b2e4d8110
commit 59e14b2b9b

View File

@@ -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);