mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Creature: Outland Children's Week Dark Portal Trigger
(cherry picked from commit 2717b72f3e)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `guid` IN (107026) AND `id` IN (22833);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
|
||||
(107026, 22833, 530, 0, 0, '0', 0, 0, 1, -248.77, 962.568, 84.4228, 1.58825, 180, 0, 0, 6986, 0, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user