mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
5
sql/updates/world/6.x/2016_06_23_00_world.sql
Normal file
5
sql/updates/world/6.x/2016_06_23_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
SET @CGUID := 250016;
|
||||
DELETE FROM creature WHERE `guid` = @CGUID;
|
||||
INSERT INTO creature (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(@CGUID, 37024, 1, 0, 0, 1, 0, 0, 0, 0, -798.2708, -486.757, -32.19226, 1.623156, 120, 0, 0, 0, 0, 0, 0, 0, 0, 15354);
|
||||
Reference in New Issue
Block a user