DB/Creature: Aldor Spawn Controller

(cherry picked from commit a00e416840ad35da111909fb2385dc3821c34a62)
This commit is contained in:
Killyana
2021-12-06 00:13:21 +01:00
committed by Shauren
parent 0699b479c4
commit d926ec2913
@@ -0,0 +1,5 @@
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=19680;
DELETE FROM `creature` WHERE `guid` IN (105221);
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
(105221, 19680, 530, 0, 0, '0', 0, 0, 0, -1936.83, 5332.03, -12.3448, 0.471239, 300, 0, 0, 4120, 0, 0, 0, 0, 0, 0);