DB/Creature: Edward Cairn & Naznik Sureshave

Closes #20366
This commit is contained in:
Wyreth
2017-09-21 19:50:46 +02:00
committed by Aokromes
parent 4c6d01295c
commit 62e5a19ba1

View File

@@ -0,0 +1,7 @@
--
UPDATE `creature_template` SET `npcflag`=1 WHERE `entry` IN (29095, 29139);
SET @GUID := 27587;
DELETE FROM `creature` WHERE `id`=29139;
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
(@GUID, 29139, 0, 0, 0, 1, 1, 0, 0, 1579.649, 193.2588, -43.01888, 1.570796, 300, 0, 0, 1220, 0, 0, 0, 0, 0, "", 0);