DB/Creature: Blackwing Orb Trigger

(cherry picked from commit 36f5114a87)
This commit is contained in:
Killyana
2019-04-07 19:06:55 +02:00
committed by Shauren
parent b2ffbe15f1
commit 7ea8331fa1

View File

@@ -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);