share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 9409 6564baf7dedf
parent 9397 7b7ee65f82ad
child 9142 0dceffbaa4ee
--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua	Fri Aug 23 16:02:08 2013 +0400
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua	Sat Aug 24 00:13:15 2013 +0400
@@ -165,6 +165,6 @@
 
 function onAchievementsDeclaration()
     if besthog ~= nil then
-      DeclareAchievement("rope race", GetHogTeamName(besthog), besttime)
+      DeclareAchievement("rope race", GetHogTeamName(besthog), "TrophyRace", besttime)
     end
 end