diff options
author | Alige <aligetmw@hotmail.fr> | 2014-10-23 18:50:19 +0300 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2014-10-23 19:40:06 +0300 |
commit | a6094d662636e67b1515ad21e186041d8cf4cf26 (patch) | |
tree | fb43edb9c4b7c78e1dcfaf6bb733d384de214048 /src/net/eathena/homunculushandler.cpp | |
parent | ad2b88808e5beb50505ae10f52d0dca780378d0c (diff) | |
download | mv-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.gz mv-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.bz2 mv-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.xz mv-a6094d662636e67b1515ad21e186041d8cf4cf26.zip |
Changed all the "cant" by "can't", and fixed few sentences to translate.
Diffstat (limited to 'src/net/eathena/homunculushandler.cpp')
-rw-r--r-- | src/net/eathena/homunculushandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/homunculushandler.cpp b/src/net/eathena/homunculushandler.cpp index 948da91f2..8796621f3 100644 --- a/src/net/eathena/homunculushandler.cpp +++ b/src/net/eathena/homunculushandler.cpp @@ -181,7 +181,7 @@ void HomunculusHandler::processHomunculusInfo(Net::MessageIn &msg) const int range = msg.readInt16("attack range"); HomunculusInfo *const info = PlayerInfo::getHomunculus(); - if (!info) // we cant find homunculus being because id is missing + if (!info) // we can't find homunculus being because id is missing return; Being *const dstBeing = actorManager->findBeing(info->id); |