mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-11 04:28:41 +01:00
* Remove UNIT_FLAG_OOC_NOT_ATTACKABLE from Zumrah when he enters combat.
--HG-- branch : trunk
This commit is contained in:
@@ -245,6 +245,7 @@ bool AreaTrigger_at_zumrah(Player* pPlayer, AreaTriggerEntry *at)
|
||||
return false;
|
||||
|
||||
Zumrah->setFaction(ZUMRAH_HOSTILE_FACTION);
|
||||
Zumrah->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_OOC_NOT_ATTACKABLE);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user