mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Update #showspellslist command
This commit is contained in:
parent
c21293e508
commit
ab65bb1d57
@ -2663,8 +2663,8 @@ void NPC::AISpellsList(Client *c)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
for (auto it = AIspells.begin(); it != AIspells.end(); ++it)
|
for (auto it = AIspells.begin(); it != AIspells.end(); ++it)
|
||||||
c->Message(0, "%s (%d): Type %d, Priority %d",
|
c->Message(0, "%s (%d): Type %d, Priority %d, Recast Delay %d, Resist Adjust %d, Min HP %d, Max HP %d",
|
||||||
spells[it->spellid].name, it->spellid, it->type, it->priority);
|
spells[it->spellid].name, it->spellid, it->type, it->priority, it->recast_delay, it->resist_adjust, it->min_hp, it->max_hp);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user