DB/Creature: Nefarian's Troops

No Idea why the position is weird, or for what purpose is used
This commit is contained in:
Killyana
2019-04-08 00:07:37 +02:00
parent 0702c153fd
commit 77dcf86a3e

View File

@@ -0,0 +1,5 @@
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` IN(14459);
DELETE FROM `creature` WHERE `guid` IN (61707);
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,`spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
(61707, 14459, 469, 1, 1, 0, 0, -7644.53, -1081.53, 408.574, 5.2709, 10, 0, 0, 42, 0, 0);