fix(DB/Creature): Remove aggro from Abandoned Fuel Tank (#21352)
This commit is contained in:
parent
ff4d1ef053
commit
7916db5b2f
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Setting the 'CREATURE_FLAG_EXTRA_CIVILIAN' flag
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 2 WHERE `entry` = 27064;
|
||||
Loading…
Add table
Add a link
Reference in a new issue