DB/Creature: Bloodsail Traitor - Add spawnpoint

* by Gargarensis
* closes #16540
This commit is contained in:
Rushor
2016-02-12 23:30:38 +01:00
parent ff45a422c5
commit c3dcbbbe2b

View File

@@ -0,0 +1,7 @@
--
-- Spawn creature ID 16399 Bloodsail Traitor:
SET @CGUID := 1528; -- selected by TC team
DELETE FROM `creature` WHERE `id` = 16399;
INSERT INTO `creature` (`guid`,`id`,`map`,`zoneId`,`areaId`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`,`VerifiedBuild`) VALUES
(@CGUID, 16399, 0, 0, 0, 1, 1, 2557, 1, -14184.4, 192.764, 20.6905, 3.735, 300, 0, 0, 2059, 0, 0, 0, 0, 0, 0);