fix(DB/Creature): NPC Ethereum guardian (#1742)

- Remove UNIT_FLAG_IMMUNE_TO_PC from NPC 'Ethereum guardian'.
This commit is contained in:
Poszer
2019-05-03 03:40:19 +02:00
committed by GitHub
parent c6c4511e33
commit 1ea4eca4a4

View File

@@ -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;