fix(DB/Creature): NPC Ethereum guardian (#1742)
- Remove UNIT_FLAG_IMMUNE_TO_PC from NPC 'Ethereum guardian'.
This commit is contained in:
parent
c6c4511e33
commit
1ea4eca4a4
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue