Added #showspellslist command to show us a mob's spells

This commit is contained in:
Michael Cook
2013-12-03 15:57:50 -05:00
parent 02c9007765
commit 4fdcf604f2
5 changed files with 37 additions and 0 deletions
+1
View File
@@ -355,6 +355,7 @@ public:
int mod_npc_damage(int damage, SkillUseTypes skillinuse, int hand, const Item_Struct* weapon, Mob* other);
void mod_npc_killed_merit(Mob* c);
void mod_npc_killed(Mob* oos);
void AISpellsList(Client *c);
protected: