From fe3dad218dde2579421e360fba08e59847cead9b Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 27 Mar 2022 06:07:30 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Creatures):=20Corrupted=20Blue=20Whelp?= =?UTF-8?q?=20should=20stop=20respawning=20if=20Bro=E2=80=A6=20(#11153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …odlord Lashlayer is dead. --- .../rev_1648294393927803100.sql | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1648294393927803100.sql diff --git a/data/sql/updates/pending_db_world/rev_1648294393927803100.sql b/data/sql/updates/pending_db_world/rev_1648294393927803100.sql new file mode 100644 index 000000000..4d99f441b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1648294393927803100.sql @@ -0,0 +1,45 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648294393927803100'); + +DELETE FROM `linked_respawn` WHERE `guid` BETWEEN 2000009 AND 2000049; +INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES +(2000009,84387,0), +(2000010,84387,0), +(2000011,84387,0), +(2000012,84387,0), +(2000013,84387,0), +(2000014,84387,0), +(2000015,84387,0), +(2000016,84387,0), +(2000017,84387,0), +(2000018,84387,0), +(2000019,84387,0), +(2000020,84387,0), +(2000021,84387,0), +(2000022,84387,0), +(2000023,84387,0), +(2000024,84387,0), +(2000025,84387,0), +(2000026,84387,0), +(2000027,84387,0), +(2000028,84387,0), +(2000029,84387,0), +(2000030,84387,0), +(2000031,84387,0), +(2000032,84387,0), +(2000033,84387,0), +(2000034,84387,0), +(2000035,84387,0), +(2000036,84387,0), +(2000037,84387,0), +(2000038,84387,0), +(2000039,84387,0), +(2000040,84387,0), +(2000041,84387,0), +(2000042,84387,0), +(2000043,84387,0), +(2000044,84387,0), +(2000045,84387,0), +(2000046,84387,0), +(2000047,84387,0), +(2000048,84387,0), +(2000049,84387,0);