mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Creature: Add FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ to some npcs
Closes #17045
This commit is contained in:
3
sql/updates/world/3.3.5/2016_06_12_04_world.sql
Normal file
3
sql/updates/world/3.3.5/2016_06_12_04_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
-- Set CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ on Iron Sentinel Credit & Iron Dwarf Assailant & Corpulent Horror Credit
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|2097152 WHERE `entry` IN (30296,30297,30696);
|
||||
Reference in New Issue
Block a user