DB/Creature: Spawn Thalorien Dawnseeker's remains

Closes #11017
This commit is contained in:
Aokromes
2014-06-19 06:54:05 +02:00
parent 232eaae69c
commit 1962b68ac3

View File

@@ -0,0 +1,5 @@
--
SET @CGUID = 950;
DELETE FROM `creature` WHERE `guid` = @CGUID;
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
(@CGUID, 37552, 530, 1, 1, 11792.01, -7065.793, 25.94043, 5.009095, 120, 0, 0);