diff options
| author | Killyana <morphone1@gmail.com> | 2018-10-11 19:50:41 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-10-11 19:50:41 +0200 |
| commit | 30b1ce97ffea24b8411c5fefd5f782863c5bf417 (patch) | |
| tree | 5a7545423d731234d5497bea352a3b2952e7eda6 | |
| parent | 631f052da8c905884a7e8ccf037fab78b9371a73 (diff) | |
DB/Creature: Gravelsnout Digger
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_11_09_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_11_09_world_335.sql b/sql/updates/world/3.3.5/2018_10_11_09_world_335.sql new file mode 100644 index 00000000000..5de1d13d6ea --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_11_09_world_335.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (87907,87908,87909); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES +(87907, 4113, 1, 1, 1, 0, 1, -4591.86, -954.699, -50.8179, 0.260602, 180, 10, 1), +(87908, 4113, 1, 1, 1, 0, 1, -4377.69, -979.477, -55.7554, 4.59051, 180, 10, 1), +(87909, 4113, 1, 1, 1, 0, 1, -5660.22, -3085.08, -46.5834, 3.70496, 180, 10, 1); |
