DB/Creature: Nefarian's Troops
No Idea why the position is weird, or for what purpose is used (cherry picked from commit 77dcf86a3eaf02af66f546923e7d81256dfe2b86)
This commit is contained in:
@@ -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`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,`spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
|
||||
(61707, 14459, 469, '9,18', 0, 0, 0, -7644.53, -1081.53, 408.574, 5.2709, 10, 0, 0, 42, 0, 0);
|
||||
Reference in New Issue
Block a user