mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
feat(DB/Spawns): add vulture spawns (#5322)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618656094946285190');
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN (24172, 24173, 24174);
|
||||
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`wander_distance`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES
|
||||
(24172, 4158,1,1,1,0,0,-6290.34,-3564.31,-58.625,0.904275,300,30,0,1163,0,1),
|
||||
(24173, 4158,1,1,1,0,0,-6040.3,-4084.69,-58.625,2.36436,300,30,0,1163,0,1),
|
||||
(24174, 4158,1,1,1,0,0,-6582.02,-3923.57,-58.625,5.82247,300,30,0,1163,0,1);
|
||||
Reference in New Issue
Block a user