[8457] display summoner to summoned at .namego command

This commit is contained in:
balrok 2009-09-03 20:17:35 +02:00
parent e59eea4fb5
commit 57158e9185
2 changed files with 2 additions and 2 deletions

View file

@ -420,7 +420,7 @@ bool ChatHandler::HandleNamegoCommand(const char* args)
PSendSysMessage(LANG_SUMMONING, nameLink.c_str(),""); PSendSysMessage(LANG_SUMMONING, nameLink.c_str(),"");
if (needReportToTarget(target)) if (needReportToTarget(target))
ChatHandler(target).PSendSysMessage(LANG_SUMMONED_BY, nameLink.c_str()); ChatHandler(target).PSendSysMessage(LANG_SUMMONED_BY, playerLink(_player->GetName()).c_str());
// stop flight if need // stop flight if need
if (target->isInFlight()) if (target->isInFlight())

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "8456" #define REVISION_NR "8457"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__