DB/Creature: Murkblood Event Controller

(cherry picked from commit 57f8695dbe)
This commit is contained in:
Killyana
2019-05-10 17:21:26 +02:00
committed by Shauren
parent c3d04788fb
commit 13becd1e39

View File

@@ -0,0 +1,9 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` = 18208;
DELETE FROM `creature` WHERE `guid` IN (104113);
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
(104113,18208,530,'0',0,0,0,-1627.12, 8516.73, -11.3054, 3.54302, 300,0,0,42,0,0);
DELETE FROM `creature_template_movement` WHERE `CreatureId`= 18208;
INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES
(18208, 0, 0, 1, 0);