Toggle navigation
Hercules
Bugtracker archive
Hercules bug tracker archive
Hercules Bug Archives
Database
Semicolon in line 150 of item_combo_db.txt
Semicolon in line 150 of item_combo_db.txt
Warning!
This is the old Hercules bugtracker archive, and may not reflect the current state of Hercules. The current bugtracker is on
GitHub Issues
.
Issue information
Issue ID
#6219
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 12, 2012 14:52
Last Post
Hercules Elf Bot
Jul 12, 2012 15:31
Confirmation
N/A
Hercules Elf Bot -
Jul 12, 2012 14:52
Originally posted by [b]JoWei[/b]
This line in "/trunk/db/re/item_combo_db.txt" is causing an error in console because of the Semicolon:
[CODE]
2747:13061,{ bonus bHit,5; /* bonus bWeaponMatk,5; */ };
[/CODE]
which should be:
[CODE]
2747:13061,{ bonus bHit,5; /* bonus bWeaponMatk,5; */ }
[/CODE]
This post has been edited by
JoWei
on Jul 12, 2012 14:52
Hercules Elf Bot -
Jul 12, 2012 15:31
Originally posted by [b]Euphy[/b]
Fixed by Igniz in [rev=16411].