mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/Creature: Bloodsail Traitor - Add spawnpoint
* by Gargarensis * closes #16540
This commit is contained in:
7
sql/updates/world/2016_02_12_00_world.sql
Normal file
7
sql/updates/world/2016_02_12_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user