mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 11:42:25 +00:00
debug msg removal
This commit is contained in:
parent
9e4a21d934
commit
152a7410b6
@ -5107,7 +5107,7 @@ bool Mob::AddRangedProc(uint16 spell_id, uint16 iChance, uint16 base_spell_id)
|
||||
{
|
||||
if(spell_id == SPELL_UNKNOWN)
|
||||
return(false);
|
||||
Shout("Add Ranged Proc %i %i %i", spell_id, iChance, base_spell_id);
|
||||
|
||||
int i;
|
||||
for (i = 0; i < MAX_PROCS; i++) {
|
||||
if (RangedProcs[i].spellID == SPELL_UNKNOWN) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user