fix(DB/Creature): Set Maleki the Palid to not respond to call for assistance (#16999)

* set maleki to not respond to call for help
This commit is contained in:
Christopher Galbraith
2023-08-14 01:18:12 +01:00
committed by GitHub
parent 3983e13057
commit 7d4cbb1178

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `flags_extra` = 67108864 WHERE (`entry` = 10438);