mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Creature): NPC Ethereum guardian (#1742)
- Remove UNIT_FLAG_IMMUNE_TO_PC from NPC 'Ethereum guardian'.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1555926066020418100');
|
||||
|
||||
-- Remove UNIT_FLAG_IMMUNE_TO_PC from NPC 'Ethereum guardian'
|
||||
UPDATE `creature_template` SET `unit_flags`='0' WHERE `entry`=20854;
|
||||
Reference in New Issue
Block a user