From 7d4cbb11782037357ebf6dafcbb64393dcdba707 Mon Sep 17 00:00:00 2001 From: Christopher Galbraith <39371221+ChrisCGalbraith@users.noreply.github.com> Date: Mon, 14 Aug 2023 01:18:12 +0100 Subject: [PATCH] fix(DB/Creature): Set Maleki the Palid to not respond to call for assistance (#16999) * set maleki to not respond to call for help --- data/sql/updates/pending_db_world/rev_1691929623308263800.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/rev_1691929623308263800.sql diff --git a/data/sql/updates/pending_db_world/rev_1691929623308263800.sql b/data/sql/updates/pending_db_world/rev_1691929623308263800.sql new file mode 100644 index 000000000..6eecf9440 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1691929623308263800.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `flags_extra` = 67108864 WHERE (`entry` = 10438);