mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB/Creature: Blackwing Orb Trigger
(cherry picked from commit 36f5114a87)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (61706);
|
||||
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
|
||||
(61706, 14449, 469, '9,18', 0, 0, 0, -7615.51, -1025.59, 413.465, 5.23599, 10, 0, 0, 42, 0, 0);
|
||||
Reference in New Issue
Block a user