DB/Creature: Kaskala Lookout

(cherry picked from commit 73f7c86b15)
This commit is contained in:
Killyana
2019-07-26 00:48:21 +02:00
committed by Shauren
parent 196f05a92c
commit e103b6c22d

View File

@@ -0,0 +1,8 @@
--
DELETE FROM `creature` WHERE `id`=26403 AND `guid` IN (113553);
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
(113553, 26403, 571, 0, 0, '0', 371, 0, 0, 2772.34, 4691.93, 41.0832, 3.24631, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0);
DELETE FROM `creature_template_movement` WHERE `CreatureId`= 26403;
INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES
(26403, 0, 0, 1, 0);