removal of debug msg

This commit is contained in:
KayenEQ 2014-07-08 18:27:31 -04:00
parent b27ff80c75
commit 2918f6bc07

View File

@ -2922,7 +2922,6 @@ void Mob::ApplySpellsBonuses(uint16 spell_id, uint8 casterlevel, StatBonuses* ne
case SE_LimitToSkill:{
if (effect_value <= HIGHEST_SKILL){
newbon->LimitToSkill[effect_value] = true;
Shout("BONUS Set Limit = %i", effect_value);
}
break;
}