[Quest API] Default ScaleNPC to always scale. (#2818)

* [Quest API] Default ScaleNPC to always scale.

# Notes
- ScaleNPC will now always override stats, with the option to override special abilities.

* Update npc_scale_manager.h
This commit is contained in:
Alex King
2023-02-05 22:52:52 -05:00
committed by GitHub
parent ee6f6f683c
commit c1584da9cc
7 changed files with 37 additions and 51 deletions
+1 -2
View File
@@ -173,8 +173,7 @@ public:
bool IsLDoNTrapDetected();
void SetLDoNTrapDetected(bool is_detected);
void ScaleNPC(uint8 npc_level);
void ScaleNPC(uint8 npc_level, bool always_scale_stats);
void ScaleNPC(uint8 npc_level, bool always_scale_stats, bool always_scale_special_abilities);
void ScaleNPC(uint8 npc_level, bool override_special_abilities);
};
#endif