Author: ai0867
Date: Tue Sep 30 16:48:02 2008
New Revision: 29790

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29790&view=rev
Log:
* Made unit_tree compatible with 29753.

Modified:
    trunk/data/tools/unit_tree/helpers.py

Modified: trunk/data/tools/unit_tree/helpers.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/unit_tree/helpers.py?rev=29790&r1=29789&r2=29790&view=diff
==============================================================================
--- trunk/data/tools/unit_tree/helpers.py (original)
+++ trunk/data/tools/unit_tree/helpers.py Tue Sep 30 16:48:02 2008
@@ -255,7 +255,7 @@
         we reference them everywhere by this id, and here can add them all to
         one big collection.
         """
-        addunits = WML.get_all("+units")
+        addunits = WML.get_all("units")
         if not addunits: return 0
         
         def getall(oftype):


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to