support for /unsummon

This commit is contained in:
2020-09-18 16:24:15 -05:00
parent d9d781c37d
commit ce9285bab5
4 changed files with 53 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ struct Mob : public BaseNPC {
// NOTE: there appear to be discrepancies in the dump
appearanceData.iHP = maxHealth;
}
~Mob() {}
};
namespace MobManager {