mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
*Do not set civilians as react state defensive as default.
--HG-- branch : trunk
This commit is contained in:
@@ -365,8 +365,8 @@ bool Creature::UpdateEntry(uint32 Entry, uint32 team, const CreatureData *data )
|
||||
if(isTotem() || isTrigger()
|
||||
|| GetCreatureType() == CREATURE_TYPE_CRITTER)
|
||||
SetReactState(REACT_PASSIVE);
|
||||
else if(isCivilian())
|
||||
SetReactState(REACT_DEFENSIVE);
|
||||
/*else if(isCivilian())
|
||||
SetReactState(REACT_DEFENSIVE);*/
|
||||
else
|
||||
SetReactState(REACT_AGGRESSIVE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user