Author: ai0867
Date: Tue Oct 21 21:25:19 2008
New Revision: 30301

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30301&view=rev
Log:
* Fix persistence in scenarios 3 and 7 of LoW.

Modified:
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian.cfg
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_last_stand.cfg

Modified: trunk/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian.cfg?rev=30301&r1=30300&r2=30301&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian.cfg (original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian.cfg Tue Oct 21 
21:25:19 2008
@@ -39,13 +39,7 @@
         no_leader=yes
         controller=human
         team_name=kalenz
-        [unit]
-            {KALENZ}
-            x=3
-            y=11
-        [/unit]
-
-            # wmllint: recognize Kalenz
+        save_id=Kalenz
         recruit={ELVES}
         {GOLD 300 200 100}
     [/side]
@@ -173,6 +167,12 @@
             [/objective]
         [/objectives]
 
+        [recall]
+            id=Kalenz
+            x=3
+            y=11
+        [/recall]
+        # wmllint: recognize Kalenz
         {RECALL_LOYALS}
 
         {CHECK_LANDAR}

Modified: 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_last_stand.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_last_stand.cfg?rev=30301&r1=30300&r2=30301&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_last_stand.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_last_stand.cfg 
Tue Oct 21 21:25:19 2008
@@ -34,12 +34,7 @@
         no_leader=yes
         controller=human
         team_name=kalenz
-        [unit]
-        # wmllint: recognize Kalenz
-            {KALENZ}
-            x=3
-            y=11
-        [/unit]
+        save_id=Kalenz
         recruit={ELVES}
     [/side]
     [side]
@@ -248,6 +243,13 @@
                 condition=lose
             [/objective]
         [/objectives]
+
+        [recall]
+            id=Kalenz
+            x=3
+            y=11
+        [/recall]
+        # wmllint: recognize Kalenz
 
         # the usual suspects
         {RECALL_LOYALS}


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

Reply via email to