mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
@@ -1,6 +1,6 @@
|
||||
--
|
||||
SET @Guid:=52664;
|
||||
DELETE FROM `creature` WHERE `guid` BETWEEN @Guid AND @Guid+4;
|
||||
DELETE FROM `creature` WHERE `guid` BETWEEN @Guid AND @Guid+3;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(@Guid+0, 36811, 631, 0, 0, 80, 0, 0, 1, -568.121, 2225.85, 49.4766, 3.12087, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0),
|
||||
(@Guid+1, 36811, 631, 0, 0, 80, 0, 0, 1, -568.878, 2197.52, 49.4766, 2.93833, 300, 0, 0, 808800, 91600, 0, 0, 0, 0, 0),
|
||||
|
||||
Reference in New Issue
Block a user