DB/Creature: [DND] Valentine Boss Manager

This commit is contained in:
Killyana
2019-12-11 20:31:56 +01:00
parent 9ed27e7d58
commit 268e739648

View File

@@ -0,0 +1,8 @@
--
DELETE FROM `creature` WHERE `guid` IN (120677);
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
(120677, 36643, 33, 1, 1, 0, 0, -212.951, 2191.71, 79.8481, 0, 180, 0, 0, 0, 0, 0);
DELETE FROM `game_event_creature` WHERE `guid` IN (120677);
INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES
(8,120677);