diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 2 | ||||
-rw-r--r-- | src/being/being.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 62bc77739..980bec103 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -4344,7 +4344,7 @@ void Being::drawHpBar(Graphics *restrict const graphics, #ifdef TMWA_SUPPORT // TODO: this is support for pre-2015 TMWAthena, remove in 2025? - // See mana/plus!68. + // See mana/verse!68. if (!serverFeatures->haveServerHp()) { // old servers if ((damage == 0 && (this != localPlayer || hp == maxHP)) diff --git a/src/being/being.h b/src/being/being.h index d8ce29027..320faa5e2 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -192,7 +192,7 @@ class Being notfinal : public ActorSprite, * Puts a damage bubble above this being. * * @param attacker the attacking being - * @param amount the amount of damage recieved (0 means miss) + * @param amount the amount of damage received (0 means miss) * @param type the attack type * @param attackId the attack id * @param level the skill level |