From 28ebd46d15a2000f4dd658980929b6466e3b4f1e Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:32:29 -0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Creature):=20Fix=20Hexlord=20Malacrass?= =?UTF-8?q?=20spawn=20position=20and=20remove=20Har=E2=80=A6=20(#20520)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Creature): Fix Hexlord Malacrass spawn position and remove Harrison Jones guid script Co-authored-by: sudlud --- .../sql/updates/pending_db_world/rev_1731318072739017900.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1731318072739017900.sql diff --git a/data/sql/updates/pending_db_world/rev_1731318072739017900.sql b/data/sql/updates/pending_db_world/rev_1731318072739017900.sql new file mode 100644 index 000000000..e79e48023 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1731318072739017900.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature` SET `ScriptName` = '' WHERE `guid` = 320 AND `id1` = 24358; +DELETE FROM `creature` WHERE `guid` = 89357 AND `id1` = 24239; +INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES +(89357, 24239, 568, 1, 1, 0, 117.363067626953125, 923.568603515625, 33.97257232666015625, 1.588249564170837402, 604800 , 0, 0, 0, 0, 0, "", 50375, 1, NULL);