diff options
| author | Killyana <morphone1@gmail.com> | 2019-05-29 00:59:40 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-05-29 00:59:40 +0200 |
| commit | 2717b72f3e18788f0e02e38a847801b4d04155f1 (patch) | |
| tree | 39c7672c2d5b71b054d2331714c7c6b28cea3ac7 | |
| parent | c99193325bf403dee392c8d1048b3e4a7cbb7cea (diff) | |
DB/Creature: Outland Children's Week Dark Portal Trigger
| -rw-r--r-- | sql/updates/world/3.3.5/2019_05_29_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_29_01_world.sql b/sql/updates/world/3.3.5/2019_05_29_01_world.sql new file mode 100644 index 00000000000..f1f6692de59 --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `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, 1, 1, 0, 1, -248.77, 962.568, 84.4228, 1.58825, 180, 0, 0, 6986, 0, 0, 0, 0, 0, 0); |
