fix(DB/Creature): motionless Silithid Harvester (#6668)
This commit is contained in:
parent
341d65c1db
commit
2ec99b6a5d
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625140998826519742');
|
||||
|
||||
-- Silithid Harvester - wander_distance to 15, MovementType to 1
|
||||
DELETE FROM `creature` WHERE `id` = 3253 AND `guid` = 51814;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(51814, 3253, 1, 0, 0, 1, 1, 0, 0, -3122.22, -1741.87, 92.0056, 2.34818, 9900, 15, 0, 664, 0, 1, 0, 0, 0, '', 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue