From 077fbaeed10e7273bb80eb7b0e3627fc3489dff8 Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Tue, 11 Oct 2022 12:10:52 -0600 Subject: [PATCH] fix(DB/Creature): Add Horizon crew (#13165) --- .../updates/pending_db_world/rev_1664317277371782800.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1664317277371782800.sql diff --git a/data/sql/updates/pending_db_world/rev_1664317277371782800.sql b/data/sql/updates/pending_db_world/rev_1664317277371782800.sql new file mode 100644 index 000000000..0467b8ff9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1664317277371782800.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` BETWEEN 160359 AND 160363; +INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`) VALUES +(160359, 8387, 0, 0, 1, 1747.24, -5859.6, -90.3817, 3.98543, 300, 0, 0), +(160360, 8388, 0, 0, 1, 1747.62, -5862.27, -90.9249, 3.17332, 300, 0, 0), +(160361, 8389, 0, 0, 1, 1748.87, -5863.46, -90.2665, 2.83088, 300, 0, 0), +(160362, 8394, 0, 0, 1, 1746.45, -5861.29, -91.4165, 3.20841, 300, 0, 0), +(160363, 8478, 0, 0, 1, 1916.44, -5733.37, 10.1936, 4.10397, 300, 0, 0);