Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #005153

  • 1 - Low

  • Fixed

Issue Confirmations

  • Yes (1)No (0)
Photo

The Sign #2644 script

Posted by Hercules Bot on 23 December 2011 - 03:31 AM

Originally posted by Toshiro
/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

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

RC_Boss 10
RC_NonBoss 11
RC_NonDemiHuman 12


Originally posted by Mercurial
Keikun read again.

Originally posted by KeiKun
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

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