From f37a1dea9fde1b19eadd065ca0c1a86009f126ae Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sat, 3 Oct 2009 10:59:43 -0400 Subject: Fixed a line where anger was not added --- src/game-server/monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game-server/monster.cpp') diff --git a/src/game-server/monster.cpp b/src/game-server/monster.cpp index 3caaac2e..af2bc7aa 100644 --- a/src/game-server/monster.cpp +++ b/src/game-server/monster.cpp @@ -386,7 +386,7 @@ void Monster::changeAnger(Actor *target, int amount) Being *t = static_cast< Being * >(target); if (mAnger.find(t) != mAnger.end()) { - mAnger[t] = amount; + mAnger[t] += amount; } else { -- cgit v1.2.3-70-g09d2