mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Creature: [DND] Valentine Boss Manager
This commit is contained in:
8
sql/updates/world/3.3.5/2019_12_11_02_world_335.sql
Normal file
8
sql/updates/world/3.3.5/2019_12_11_02_world_335.sql
Normal 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);
|
||||
Reference in New Issue
Block a user