fix(DB/Creature): Remove aggro from Abandoned Fuel Tank (#21352)

This commit is contained in:
murmeli666
2025-02-07 14:51:54 +00:00
committed by GitHub
parent ff4d1ef053
commit 7916db5b2f

View File

@@ -0,0 +1,2 @@
-- Setting the 'CREATURE_FLAG_EXTRA_CIVILIAN' flag
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 2 WHERE `entry` = 27064;