Author: esr
Date: Wed May  2 15:06:20 2007
New Revision: 17269

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17269&view=rev
Log:
Some conversions discovered while lifting SoTBE.

Modified:
    trunk/data/tools/upconvert

Modified: trunk/data/tools/upconvert
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/upconvert?rev=17269&r1=17268&r2=17269&view=diff
==============================================================================
--- trunk/data/tools/upconvert (original)
+++ trunk/data/tools/upconvert Wed May  2 15:06:20 2007
@@ -209,9 +209,13 @@
         ("type=holy", "type=arcane"),
         ("holy=", "arcane=")
     ),
+    "1.3.2" : (
+        ("misc/item-holywater.png", "items/holywater.png"),
+        ("orc-small-hit.wav",       "orc-small-hit-1.ogg"),
+    ),
     # An empty sentinel value at end is required.
     # Always have the current version here.
-    "1.3.2" : (),
+    "1.3.3" : ()
 }
 
 # 1.2.x to 1.3.2 terrain conversion


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

Reply via email to