From a25c9801a5d81139b4a1c72a37577c9f007e720b Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:01:02 +0100 Subject: [PATCH] fix(DB/Loot): change Ranger-General's Chestguard on Lurker to The Seal of Danzalar (#18117) initial --- data/sql/updates/pending_db_world/update_lurker_loottable.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/update_lurker_loottable.sql diff --git a/data/sql/updates/pending_db_world/update_lurker_loottable.sql b/data/sql/updates/pending_db_world/update_lurker_loottable.sql new file mode 100644 index 000000000..22eadff2c --- /dev/null +++ b/data/sql/updates/pending_db_world/update_lurker_loottable.sql @@ -0,0 +1,2 @@ +-- +UPDATE `reference_loot_template` SET `Item`=33054, `Comment`='The Seal of Danzalar' WHERE `Entry`=34058 AND `Item`=30054;