From aa6c7ab0f0a8f2b1ef5fcfa68bbc53dd05b700a7 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 15 Feb 2015 16:48:25 +0100 Subject: DB/Quest: Stop the Plague By Rushor, closes #10224 --- sql/updates/world/2015_02_15_10_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_02_15_10_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_02_15_10_world.sql b/sql/updates/world/2015_02_15_10_world.sql new file mode 100644 index 00000000000..d9506211550 --- /dev/null +++ b/sql/updates/world/2015_02_15_10_world.sql @@ -0,0 +1,5 @@ +-- +SET @newestguid := 45208; +DELETE FROM `creature` WHERE `guid`=@newestguid AND `id`=25654; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES +(@newestguid, 25654, 571, 1, 1, 0, 0, 4207.15, 4057.02, 91.6273, 1.38362, 300, 0, 0, 42, 0, 0, 0, 0, 0); -- cgit v1.2.3