Skip to content

Commit

Permalink
fix(DB/Creature): Remove aggro from Abandoned Fuel Tank (#21352)
Browse files Browse the repository at this point in the history
  • Loading branch information
murmeli666 authored Feb 7, 2025
1 parent ff4d1ef commit 7916db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/rev_1738931456199932650.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Setting the 'CREATURE_FLAG_EXTRA_CIVILIAN' flag
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 2 WHERE `entry` = 27064;

0 comments on commit 7916db5

Please sign in to comment.