Fixed: Changed from Color to String (patch provided by aquiles)
This commit is contained in:
parent
17250f4997
commit
f42b5a7b76
4 changed files with 10 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<TYPE Type="Color" UI="NonEditableCombo" Default="undefined" Min="-1" Max="20" Increment="1" Revision="$Revision: 1.23 $" State="modified">
|
||||
<TYPE Type="String" UI="NonEditableCombo" Default="undefined" Min="-1" Max="20" Increment="1" Revision="$Revision: 1.23 $" State="modified">
|
||||
<DEFINITION Label="undefined" Value="UNDEFINED"/>
|
||||
<DEFINITION Label="root magic" Value="ROOT_MAGIC"/>
|
||||
<DEFINITION Label="root combat" Value="ROOT_COMBAT"/>
|
||||
|
@ -540,5 +540,6 @@
|
|||
<LOG>Fri Jan 03 17:49:53 2003 (fleury) Type Predef =
|
||||
Tue Jan 07 16:49:54 2003 (fleury) Type Predef =
|
||||
Fri Apr 25 17:55:48 2003 (fleury) Type Predef =
|
||||
Fri Apr 25 17:55:48 2003 (fleury) Type Type = Color</LOG>
|
||||
Fri Apr 25 17:55:48 2003 (fleury) Type Type = Color
|
||||
Mon Sep 20 08:54:23 2010 (kervala) Type Type = String</LOG>
|
||||
</TYPE>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<TYPE Type="Color" UI="NonEditableCombo" Revision="$Revision: 1.1 $" State="modified">
|
||||
<TYPE Type="String" UI="NonEditableCombo" Revision="$Revision: 1.1 $" State="modified">
|
||||
<DEFINITION Label="Mp Lame" Value="MpL"/>
|
||||
<DEFINITION Label="Mp Pointe" Value="MpP"/>
|
||||
<DEFINITION Label="Mp Hammer" Value="MpH"/>
|
||||
|
@ -19,5 +19,6 @@ Fri Oct 25 16:40:07 2002 (fleury) Type Predef =
|
|||
Fri Oct 25 16:41:42 2002 (fleury) Type Predef =
|
||||
Fri Oct 25 16:41:42 2002 (fleury) Type Type = Color
|
||||
Mon Oct 28 11:10:40 2002 (fleury) Type Predef =
|
||||
Mon Oct 28 11:51:02 2002 (fleury) Type Predef = </LOG>
|
||||
Mon Oct 28 11:51:02 2002 (fleury) Type Predef =
|
||||
Mon Sep 20 08:55:32 2010 (kervala) Type Type = String</LOG>
|
||||
</TYPE>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<TYPE Type="Color" UI="NonEditableCombo" Revision="$Revision: 1.6 $" State="modified">
|
||||
<TYPE Type="String" UI="NonEditableCombo" Revision="$Revision: 1.6 $" State="modified">
|
||||
<DEFINITION Label="Raw Material for Blade" Value="MpL"/>
|
||||
<DEFINITION Label="Raw Material for Hammer" Value="MpH"/>
|
||||
<DEFINITION Label="Raw Material for Point" Value="MpP"/>
|
||||
|
@ -28,5 +28,6 @@
|
|||
<DEFINITION Label="Raw Material for Magic Focus" Value="MpMF"/>
|
||||
<LOG>Tue Aug 27 10:46:07 2002 (fleury) Type Predef =
|
||||
Tue Aug 27 10:46:07 2002 (fleury) Type Type = String
|
||||
Mon Oct 28 11:51:02 2002 (fleury) Type Predef = </LOG>
|
||||
Mon Oct 28 11:51:02 2002 (fleury) Type Predef =
|
||||
Mon Sep 20 08:56:01 2010 (kervala) Type Type = String</LOG>
|
||||
</TYPE>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<TYPE Type="Color" UI="NonEditableCombo" Default="undefined" Min="0" Max="10" Revision="$Revision: 1.14 $" State="modified">
|
||||
<TYPE Type="String" UI="NonEditableCombo" Default="undefined" Min="0" Max="10" Revision="$Revision: 1.14 $" State="modified">
|
||||
<DEFINITION Label="undefined" Value="UNDEFINED"/>
|
||||
<DEFINITION Label="Dagger" Value="DAGGER"/>
|
||||
<DEFINITION Label="Sword" Value="SWORD"/>
|
||||
|
|
Loading…
Reference in a new issue