DB/Quest: Stop the Plague

By Rushor, closes #10224
This commit is contained in:
Aokromes
2015-02-15 16:48:25 +01:00
parent f9af033b7a
commit aa6c7ab0f0

View File

@@ -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);