Issue information

Issue ID
#5153
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Dec 23, 2011 3:31
Last Post
Hercules Elf Bot
Feb 7, 2012 18:58
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Dec 23, 2011 3:31

Originally posted by [b]Toshiro[/b]
/trunk/db/[url="https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/item_db.txt"]item_db.txt:1654[/url]
The item script of The Sign #2644
[code]bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bMagicAddRace,RC_NonBossn,5; bonus2 bMagicAddRace,RC_Boss,5;[/code]
should be
[code]bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bMagicAddRace,RC_NonBoss,5; bonus2 bMagicAddRace,RC_Boss,5;[/code]
RC_NonBoss[color="#ff0000"]n[/color] is used instead of RC_NonBoss.
The bug exists since [url="http://sourceforge.net/apps/trac/rathena/changeset/15058"]r15058[/url].

Hercules Elf Bot - Dec 23, 2011 4:25

Originally posted by [b]Mercurial[/b]
This is a typo? I don't see RC_NonBossn is const.txt

This post has been edited by Mercurial on Dec 23, 2011 4:27

Hercules Elf Bot - Dec 23, 2011 4:26

Originally posted by [b]KeiKun[/b]
svn/db/const.txt
line:507

[CODE]
RC_Boss 10
RC_NonBoss 11
RC_NonDemiHuman 12[/CODE]

Hercules Elf Bot - Dec 23, 2011 4:27

Originally posted by [b]Mercurial[/b]
Keikun read again.

Hercules Elf Bot - Dec 23, 2011 4:31

Originally posted by [b]KeiKun[/b]
ya i know
i just said the RC_NonBoss is right and NonBossn doesn't exist
LOL

Hercules Elf Bot - Dec 24, 2011 20:07

Originally posted by [b]Kenpachi[/b]
It's a typo in item_db.sql

Hercules Elf Bot - Dec 24, 2011 22:59

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=15258].