Scripted/BaradinHold: Add missing door for Alizabal

This commit is contained in:
Vincent-Michael
2013-08-14 19:48:53 +02:00
parent 11ecb9c633
commit 595fcdee70
3 changed files with 16 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
SET @OGUID := xxxx;
DELETE FROM `gameobject` WHERE `id`=@OGUID;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
(@OGUID, 209849, 757, 1, 1, 386.859, 1337.48, 170.1612, 1.570796, 0, 0, 1, -4.371139E-08, 7200, 255, 0);