aboutsummaryrefslogtreecommitdiff
path: root/src/game/CreatureEventAI.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-27 21:23:42 -0500
committermegamage <none@none>2009-04-27 21:23:42 -0500
commit8f0fecd7e3830dae08dd04a85263883391e18bb2 (patch)
tree55b8d40386813bb7304e6a7db5c2cb5da340926d /src/game/CreatureEventAI.cpp
parent2b753d0f23593849dc2b440406e6f7006c104c53 (diff)
*Fix build.
--HG-- branch : trunk
Diffstat (limited to 'src/game/CreatureEventAI.cpp')
-rw-r--r--src/game/CreatureEventAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CreatureEventAI.cpp b/src/game/CreatureEventAI.cpp
index b201aafe4dd..4eebbcd3fc8 100644
--- a/src/game/CreatureEventAI.cpp
+++ b/src/game/CreatureEventAI.cpp
@@ -1057,7 +1057,7 @@ void CreatureEventAI::Reset()
}
break;
//default:
- //TODO: enable below code line / verify this is correct to enable events previously disabled (ex. aggro yell), instead of enable this in void Aggro()
+ //TODO: enable below code line / verify this is correct to enable events previously disabled (ex. aggro yell), instead of enable this in void EnterCombat()
//(*i).Enabled = true;
//(*i).Time = 0;
//break;