Fix casting for GetIllusionBlock checks

This commit is contained in:
nytmyr
2025-02-02 09:08:42 -06:00
parent 23960b9c77
commit d71e121c89
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -514,6 +514,7 @@ public:
void ApplySpellBuff(int spell_id, int duration = 0, int level_override = -1);
int GetBuffStatValueBySpell(int32 spell_id, const char* stat_identifier);
int GetBuffStatValueBySlot(uint8 slot, const char* stat_identifier);
virtual bool GetIllusionBlock() const { return false; }
//Basic Stats/Inventory
virtual void SetLevel(uint8 in_level, bool command = false) { level = in_level; }