|
From: <hen...@us...> - 2011-05-29 15:13:05
|
Revision: 15052
http://pcgen.svn.sourceforge.net/pcgen/?rev=15052&view=rev
Author: henkslaaf2
Date: 2011-05-29 15:12:57 +0000 (Sun, 29 May 2011)
Log Message:
-----------
Fix prettylst.pl, the array was missing a comma after 'ARMORTYPE'
Modified Paths:
--------------
Trunk/utilities/prettylst/prettylst.pl
Modified: Trunk/utilities/prettylst/prettylst.pl
===================================================================
--- Trunk/utilities/prettylst/prettylst.pl 2011-05-29 14:37:48 UTC (rev 15051)
+++ Trunk/utilities/prettylst/prettylst.pl 2011-05-29 15:12:57 UTC (rev 15052)
@@ -3713,7 +3713,7 @@
my %token_CHOOSE_tag = map { $_ => 1 } (
'ABILITY',
'ARMORPROF', # Deprecated 5.15 - Remove 6.0
- 'ARMORPROFICIENCY'
+ 'ARMORPROFICIENCY',
'ARMORTYPE',
'CCSKILLLIST', # Deprecated 5.13.9 - Remove 5.16. Use CHOOSE:SKILLSNAMED instead.
'CSKILLS',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|