From cad04210c5737710166416c2d58dc1844b3be191 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 17 Apr 2011 17:34:03 +0000 Subject: [PATCH] fix git-svn-id: http://svn.net-core.org/repos/t-engine4@3227 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/class/interface/PartyDeath.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/class/interface/PartyDeath.lua b/game/modules/tome/class/interface/PartyDeath.lua index f9c63b4680..46884c2269 100644 --- a/game/modules/tome/class/interface/PartyDeath.lua +++ b/game/modules/tome/class/interface/PartyDeath.lua @@ -56,6 +56,6 @@ function _M:onPartyDeath(src) game:registerDialog(dialog) end game.player:saveUUID() - profile.chat:talk("%s has died a painful death to %s.", self.name:capitalize(), src and src.name or "<unknown>") + profile.chat:talk(("%s has died a painful death to %s."):format(self.name:capitalize(), src and src.name or "<unknown>")) end end -- GitLab