Formatting: NPC::ModifyStatsOnCharm

This commit is contained in:
Akkadius
2019-09-01 16:07:48 -05:00
parent 5c14bc92bd
commit 5381dcead1
2 changed files with 44 additions and 26 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ public:
int32 GetNPCHPRegen() const { return hp_regen + itembonuses.HPRegen + spellbonuses.HPRegen; }
inline const char* GetAmmoIDfile() const { return ammo_idfile; }
void ModifyStatsOnCharm(bool bRemoved);
void ModifyStatsOnCharm(bool is_charm_removed);
//waypoint crap
int GetMaxWp() const { return max_wp; }