aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level1.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-11 12:59:30 -0700
committermaximius <none@none>2009-09-11 12:59:30 -0700
commit65d0a8bd905762fb2901d3906f88a2b8e0c1005b (patch)
tree5bdc458d497a9f4e40ce2bc84e0a635e95f39cc2 /src/game/Level1.cpp
parentcd1a9a98c4364b0c1f6038c9314f539105db7482 (diff)
*[8457] display summoner to summoned at .namego command Author: balrok
--HG-- branch : trunk
Diffstat (limited to 'src/game/Level1.cpp')
-rw-r--r--src/game/Level1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level1.cpp b/src/game/Level1.cpp
index 0732abda83d..2f0579b3d1d 100644
--- a/src/game/Level1.cpp
+++ b/src/game/Level1.cpp
@@ -851,7 +851,7 @@ bool ChatHandler::HandleNamegoCommand(const char* args)
PSendSysMessage(LANG_SUMMONING, nameLink.c_str(),"");
if (needReportToTarget(target))
- ChatHandler(target).PSendSysMessage(LANG_SUMMONED_BY, _player->GetName());
+ ChatHandler(target).PSendSysMessage(LANG_SUMMONED_BY, playerLink(_player->GetName()).c_str());
// stop flight if need
if (target->isInFlight())