diff options
author | Killyana <morphone1@gmail.com> | 2019-05-31 17:29:33 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-09 00:28:47 +0100 |
commit | a265e5bed124b65f0efd8613c3c207b7f66fd170 (patch) | |
tree | 13143f2c86fdafd876d2e0aa0972fa4f3f0f6afe | |
parent | cfaeb72237f474ac573daa68f1ff827d0b3e40d3 (diff) |
DB/Creature: Forgus
(cherry picked from commit 33074b34c8bcdcb7005af12dc5bf21665e495f5b)
-rw-r--r-- | sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql b/sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql new file mode 100644 index 00000000000..d7a27d6ae8f --- /dev/null +++ b/sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `id` IN (21455, 23148) AND `guid` IN (106218,106222); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(106218, 21455, 530, '0', 0, 1, -3422.27, 1122.06, 46.7247, 0.86922, 180, 0, 0), +(106222, 23148, 530, '0', 0, 0, -5137.82, 561.520, 84.3600, 4.74700, 180, 0, 0); + |