DB/Gameobject: Decoy!

By wintergreen77, closes #4080
This commit is contained in:
Aokromes
2014-06-23 06:40:35 +02:00
parent 2d884e7d09
commit 4b11b59705

View File

@@ -0,0 +1,6 @@
--
SET @GUID1 := 5380; -- Set by TDB team
DELETE FROM `gameobject` WHERE (`guid`=@GUID1);
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
(@GUID1, 180659, 1, 1, 1, 5086.19, -5116.32, 931.162, 4.78877, 0, 0, 0.679593, -0.733589, -150, 0, 1);