From 8e74bc8edd6b689e5fecf9be0954701b03b2f56b Mon Sep 17 00:00:00 2001 From: temperrr Date: Tue, 26 Jul 2022 03:15:13 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Creature):=20Deadwood=20Shaman,=20Avenge?= =?UTF-8?q?rs,=20Den=20Watchers,=20should=20not=E2=80=A6=20(#12456)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Creature): Deadwood Shaman, Avengers, Den Watchers, should not give rep above honored. --- data/sql/updates/pending_db_world/deadwoodrep.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/deadwoodrep.sql diff --git a/data/sql/updates/pending_db_world/deadwoodrep.sql b/data/sql/updates/pending_db_world/deadwoodrep.sql new file mode 100644 index 000000000..c75e75cd6 --- /dev/null +++ b/data/sql/updates/pending_db_world/deadwoodrep.sql @@ -0,0 +1 @@ +UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 5 WHERE (`creature_id` IN (7157, 7156, 7158));