mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
removal of debug msg
This commit is contained in:
parent
b27ff80c75
commit
2918f6bc07
@ -2922,7 +2922,6 @@ void Mob::ApplySpellsBonuses(uint16 spell_id, uint8 casterlevel, StatBonuses* ne
|
|||||||
case SE_LimitToSkill:{
|
case SE_LimitToSkill:{
|
||||||
if (effect_value <= HIGHEST_SKILL){
|
if (effect_value <= HIGHEST_SKILL){
|
||||||
newbon->LimitToSkill[effect_value] = true;
|
newbon->LimitToSkill[effect_value] = true;
|
||||||
Shout("BONUS Set Limit = %i", effect_value);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user