From 983614a0f7508f622da97330235eb1c44255554e Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 10 Feb 2023 14:16:18 +0100 Subject: [PATCH] fix(DB/Creature): Spawn Warsong Hold Mount (#14930) --- .../updates/pending_db_world/rev_1675983591397096200.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1675983591397096200.sql diff --git a/data/sql/updates/pending_db_world/rev_1675983591397096200.sql b/data/sql/updates/pending_db_world/rev_1675983591397096200.sql new file mode 100644 index 000000000..9797de397 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1675983591397096200.sql @@ -0,0 +1,7 @@ +-- + +DELETE FROM `creature` WHERE `guid` IN (104173, 104174, 104175); +INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(104173, 18378, 571, 1, 1, 0, 2750.36, 6127.08, 208.856, 5.44543, 180, 0, 0, 4050, 0, 0), +(104174, 18379, 571, 1, 1, 0, 2761.16, 6137.27, 208.872, 5.35816, 180, 0, 0, 4050, 0, 0), +(104175, 18380, 571, 1, 1, 0, 2779.98, 6154.28, 208.92, 5.35816, 180, 0, 0, 4050, 0, 0);