diff options
author | megamage <none@none> | 2008-12-01 12:59:39 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-01 12:59:39 -0600 |
commit | 42b9fabcfba0047a886b6294388ec140a39adb00 (patch) | |
tree | 7b3b4ff2cb01ab764d6bdcd19f7198301a6e8bfb | |
parent | 22af4b1c96642dfff4fa8621f64736e845584f72 (diff) |
*Fix a typo.
--HG--
branch : trunk
-rw-r--r-- | src/game/Creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 82d0699707b..7802dcd2922 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -129,7 +129,7 @@ bool AssistDelayEvent::Execute(uint64 /*e_time*/, uint32 /*p_time*/) if (assistant && assistant->CanAssistTo(&m_owner, victim)) { - assistant->SetNoCallAssistence(true); + assistant->SetNoCallAssistance(true); assistant->CombatStart(victim); if(assistant->AI()) assistant->AI()->AttackStart(victim); |