Update character PDF XML: replace "Trunc" with "Truncate" for function consistency
This commit is contained in:
parent
b31fbf76b3
commit
ab3edf4871
@ -4588,7 +4588,7 @@
|
||||
<Text>""</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>Trunc([data.character.control.coins] / 1000)</Text>
|
||||
<Text>Truncate([data.character.control.coins] / 1000)</Text>
|
||||
</Label>
|
||||
|
||||
|
||||
@ -4599,7 +4599,7 @@
|
||||
<Text>""</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>Trunc(([data.character.control.coins] % 1000) / 100)</Text>
|
||||
<Text>Truncate(([data.character.control.coins] % 1000) / 100)</Text>
|
||||
</Label>
|
||||
|
||||
|
||||
@ -4610,7 +4610,7 @@
|
||||
<Text>""</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>Trunc(([data.character.control.coins] % 100) / 10)</Text>
|
||||
<Text>Truncate(([data.character.control.coins] % 100) / 10)</Text>
|
||||
</Label>
|
||||
|
||||
|
||||
@ -4621,7 +4621,7 @@
|
||||
<Text>""</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>Trunc(([data.character.control.coins] % 10))</Text>
|
||||
<Text>Truncate(([data.character.control.coins] % 10))</Text>
|
||||
</Label>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user