diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_22_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_22_02_world.sql b/sql/updates/world/3.3.5/2017_12_22_02_world.sql new file mode 100644 index 00000000000..c6e249907bd --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_22_02_world.sql @@ -0,0 +1,6 @@ +-- +SET @CGUID:= 42637; -- 1 guid + +DELETE FROM `creature` WHERE `guid` = @CGUID; +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`, `ScriptName`, `VerifiedBuild`) VALUES +(@CGUID, 16031, 329, 0, 0, 1, 1, 0, 0, 4044.78, -3333.68, 117.26, 4.153883, 7200, 0, 0, 4120, 0, 0, 0, 0, 0, '', 0); |