diff options
| author | Killyana <morphone1@gmail.com> | 2019-05-11 17:53:33 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-05-11 17:53:33 +0200 |
| commit | 441795cc496158af11c348d0b0fe7329856c9171 (patch) | |
| tree | 05e581e7cd43f11e5954f9e291b8ac180e478316 | |
| parent | 1d4f5ddc59a889c7fd75a29da42ef397ac9120d3 (diff) | |
DB/Creature: Tarren Mill Horse & Young Blanchy
| -rw-r--r-- | sql/updates/world/3.3.5/2019_05_11_06_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_11_06_world.sql b/sql/updates/world/3.3.5/2019_05_11_06_world.sql new file mode 100644 index 00000000000..6a37c21e6af --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_11_06_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (104824,104827,83516); +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 +(104824, 18650, 560, 0, 0, 3, 1, 0, 0, 2478.69, 688.93, 55.7619, 0.286027, 86400, 0, 0, 500, 0, 0, 0, 0, 0, 0), +(104827, 18650, 560, 0, 0, 3, 1, 0, 0, 2486.82, 689.457, 55.8031, 1.65806, 86400, 0, 0, 500, 0, 0, 0, 0, 0, 0), +(83516, 18651, 560, 0, 0, 3, 1, 0, 0, 2476.17, 689.82, 55.8635, 1.51844, 86400, 0, 0, 55, 0, 0, 0, 0, 0, 0); |
