From f1aecaddd353c00dea2e4a61ab2b5187e9e43237 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 23 Jun 2016 15:10:39 +0200 Subject: DB/Creature: Spawn Una Wildmane updates #16655 --- sql/updates/world/6.x/2016_06_23_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/6.x/2016_06_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_06_23_00_world.sql b/sql/updates/world/6.x/2016_06_23_00_world.sql new file mode 100644 index 00000000000..42f23376051 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_23_00_world.sql @@ -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); -- cgit v1.2.3