Issue information

Issue ID
#6252
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Jul 17, 2012 2:08
Last Post
Hercules Elf Bot
Nov 11, 2012 1:06
Confirmation
Yes (2)
No (0)

Hercules Elf Bot - Jul 17, 2012 2:08

Originally posted by [b]Myzter[/b]
Hi,
Working on a ranged time script, we found a weird bug:
[CODE]
set .@Test,01;
set .@Test,02;
set .@Test,03;
set .@Test,04;
set .@Test,05;
set .@Test,06;
set .@Test,07;
set .@Test,08; // This line fail
set .@Test,09; // If you change the 08 to 8, this line will fail :D
[/CODE]

If you run this code, the map console show a bug in "set .@Test,08;", if you change the 08 to 8 and try again, it fail in "set .@Test,09;", the parser cannot evaluate correctly the numbers 8 and 9 with left ceros.

I know this is not a big problem, but exists.

Regards,
Myzter

Hercules Elf Bot - Nov 11, 2012 1:06

Originally posted by [b]mkbu95[/b]
Fixed in [rev=16907].

Gracias!