HeetackYoon / pandorasbox3

Automatically exported from code.google.com/p/pandorasbox3
0 stars 0 forks source link

LocalizedSign LabelNumber #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1."Item Tab" find "LocalizedSign" set your ItemId, But you cant set the 
LabelNumber. It will not go over 50000 and if you set the labelnumber it 
always go's back to 50000
2.Try and set LabelNumber "1016396". program sets it back to 50000
3.

What is the expected output? What do you see instead?
After you choose "LocalizedSign" set you ItemId and your LabelNumber. and 
place

What version of the product are you using? On what operating system?
3.0.0.4 

Please provide any additional information below.

Original issue reported on code.google.com by guitarma...@gmail.com on 24 Jun 2009 at 10:47

GoogleCodeExporter commented 8 years ago
Changed the limit of the field to Int32.MaxValue. Should be enough ;)

Original comment by Tarion86 on 26 Apr 2010 at 11:47

GoogleCodeExporter commented 8 years ago
great but there is a typo, its set to Int16.MaxValue, should be, Int32.MaxValue

Original comment by guitarma...@hotmail.com on 14 Jul 2010 at 7:41

GoogleCodeExporter commented 8 years ago
Fixed, committed, thanks for the info.

Original comment by Tarion86 on 20 Jul 2010 at 9:00

GoogleCodeExporter commented 8 years ago
 Np :D

Original comment by guitarma...@hotmail.com on 20 Jul 2010 at 11:40