mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 17:58:20 +00:00
[Cleanup] Appearance not appearence (#3819)
# Notes - These were misspelled.
This commit is contained in:
+3
-3
@@ -495,10 +495,10 @@ public:
|
||||
inline bool HasEndurUpkeep() const { return endur_upkeep; }
|
||||
inline void SetEndurUpkeep(bool val) { endur_upkeep = val; }
|
||||
bool HasBuffWithSpellGroup(int spell_group);
|
||||
void SetAppearenceEffects(int32 slot, int32 value);
|
||||
void SetAppearanceEffects(int32 slot, int32 value);
|
||||
void ListAppearanceEffects(Client* c);
|
||||
void ClearAppearenceEffects();
|
||||
void SendSavedAppearenceEffects(Client *receiver);
|
||||
void ClearAppearanceEffects();
|
||||
void SendSavedAppearanceEffects(Client *receiver);
|
||||
void SetBuffDuration(int spell_id, int duration = 0, int level_override = -1);
|
||||
void ApplySpellBuff(int spell_id, int duration = 0, int level_override = -1);
|
||||
int GetBuffStatValueBySpell(int32 spell_id, const char* stat_identifier);
|
||||
|
||||
Reference in New Issue
Block a user