aboutsummaryrefslogtreecommitdiff
path: root/src/game/Totem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Totem.cpp')
-rw-r--r--src/game/Totem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp
index 26c471d441a..aa7094cd986 100644
--- a/src/game/Totem.cpp
+++ b/src/game/Totem.cpp
@@ -99,7 +99,7 @@ void Totem::Summon(Unit* owner)
}
if(GetEntry() == SENTRY_TOTEM_ENTRY)
- SetAggressive(true);
+ SetReactState(REACT_AGGRESSIVE);
}
void Totem::UnSummon()