diff options
author | Killyana <morphone1@gmail.com> | 2019-05-29 00:59:40 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-08 23:32:55 +0100 |
commit | d45bc9b47ba413b48322b2365177723db2b1e44b (patch) | |
tree | 89f930630efdd5bcacd0a58b34f887ff3cb0a6a3 | |
parent | 69d5093c6623ca8dd0f52dc72ae2851a3ae5e1be (diff) |
DB/Creature: Outland Children's Week Dark Portal Trigger
(cherry picked from commit 2717b72f3e18788f0e02e38a847801b4d04155f1)
-rw-r--r-- | sql/updates/world/master/2021_12_08_15_world_2019_05_29_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_08_15_world_2019_05_29_01_world.sql b/sql/updates/world/master/2021_12_08_15_world_2019_05_29_01_world.sql new file mode 100644 index 00000000000..97a8c5fa579 --- /dev/null +++ b/sql/updates/world/master/2021_12_08_15_world_2019_05_29_01_world.sql @@ -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); |