Author: zookeeper
Date: Sun Sep 12 20:34:02 2010
New Revision: 46416

URL: http://svn.gna.org/viewcvs/wesnoth?rev=46416&view=rev
Log:
Fixed a greater_than= which should have been greater_than_equal_to=.

Modified:
    trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg

Modified: 
trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg?rev=46416&r1=46415&r2=46416&view=diff
==============================================================================
--- trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg 
(original)
+++ trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg Sun 
Sep 12 20:34:02 2010
@@ -290,7 +290,7 @@
                     [if]
                         [variable]
                             name=possible_serpent_locs.length
-                            greater_than=1
+                            greater_than_equal_to=1
                         [/variable]
 
                         [then]


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

Reply via email to