Issue Information
-
#005153
-
1 - Low
-
Fixed
Issue Confirmations
-
Yes (1)No (0)
Originally posted by Toshiro
/trunk/db/item_db.txt:1654
The item script of The Sign #2644
The bug exists since r15058.
/trunk/db/item_db.txt:1654
The item script of The Sign #2644
bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bMagicAddRace,RC_NonBossn,5; bonus2 bMagicAddRace,RC_Boss,5;should be
bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bMagicAddRace,RC_NonBoss,5; bonus2 bMagicAddRace,RC_Boss,5;RC_NonBossn is used instead of RC_NonBoss.
The bug exists since r15058.
Originally posted by Mercurial
This is a typo? I don't see RC_NonBossn is const.txt
This is a typo? I don't see RC_NonBossn is const.txt
Originally posted by KeiKun
svn/db/const.txt
line:507
svn/db/const.txt
line:507
RC_Boss 10 RC_NonBoss 11 RC_NonDemiHuman 12
Originally posted by Mercurial
Keikun read again.
Keikun read again.
Originally posted by KeiKun
ya i know
i just said the RC_NonBoss is right and NonBossn doesn't exist
LOL
ya i know
i just said the RC_NonBoss is right and NonBossn doesn't exist
LOL
Originally posted by Kenpachi
It's a typo in item_db.sql
It's a typo in item_db.sql
Originally posted by Kenpachi
Fixed in [rev=15258].
Fixed in [rev=15258].