summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-06-10 09:54:03 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-01-08 16:58:57 +0100
commit0f0004ff3e286270c0425642a5669661ef6cb592 (patch)
treea692ef4ec410d80a93be88339ebade9036099760 /src/common
parent5f8ac3c36c88c4f6bf98a9877340b11e2bdd95e3 (diff)
downloadmanaserv-0f0004ff3e286270c0425642a5669661ef6cb592.tar.gz
manaserv-0f0004ff3e286270c0425642a5669661ef6cb592.tar.xz
manaserv-0f0004ff3e286270c0425642a5669661ef6cb592.zip
Rename AutoAttack to Attack
Diffstat (limited to 'src/common')
-rw-r--r--src/common/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/defines.h b/src/common/defines.h
index 3c7d846..dab5b03 100644
--- a/src/common/defines.h
+++ b/src/common/defines.h
@@ -178,7 +178,7 @@ enum
/**
* Temporary attributes.
- * @todo Use AutoAttacks instead.
+ * @todo Use Attacks instead.
*/
MOB_ATTR_PHY_ATK_MIN = 20,
MOB_ATTR_PHY_ATK_DELTA = 21,