Hi;
I've found the 301 key event 'Technical weather loss' in matchid 19478027.
Diff attached.
Regards; Carles
Index: Mattricks/Mattricks/MatchViewerPage.py =================================================================== RCS file: /cvsroot/mattricks/Mattricks/Mattricks/MatchViewerPage.py,v retrieving revision 1.33 diff -u -r1.33 MatchViewerPage.py --- Mattricks/Mattricks/MatchViewerPage.py 23 Aug 2004 10:48:45 -0000 1.33 +++ Mattricks/Mattricks/MatchViewerPage.py 23 Aug 2004 17:50:16 -0000 @@ -743,6 +743,8 @@ resum_text += " (" + _("technical vs. head") + ")" else: resum_text += " (" + str(event_key[0]) +"," + str(event_key[1]) + ")" + elif event_key[0] in [301]: + resum_text += _("Technical weather loss") elif event_key[0] in [302]: resum_text += _("Powerful weather win") elif event_key[0] in [303]: