diff options
author | tobmaps <spambot42@yandex.ru> | 2011-06-16 20:08:28 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-06-16 20:08:28 +0700 |
commit | 1abdb65f5aabc7a18af63240fb70ae105f6504b4 (patch) | |
tree | 1abd55be1151e69f696f07b9349be7df4b35043d /src/server/game/Spells/SpellScript.h | |
parent | a7cb1b496346d0353bacbd77241f31eceaf12427 (diff) |
Core/Misc: Cleanups, code style and typo fixes
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
-rwxr-xr-x | src/server/game/Spells/SpellScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h index 5428c606035..caa3d8bea72 100755 --- a/src/server/game/Spells/SpellScript.h +++ b/src/server/game/Spells/SpellScript.h @@ -628,7 +628,7 @@ class AuraScript : public _SpellScript void SetStackAmount(uint8 num); bool ModStackAmount(int32 num, AuraRemoveMode removeMode = AURA_REMOVE_BY_DEFAULT); - // passive - "working in background", not saved, not removed by immonities, not seen by player + // passive - "working in background", not saved, not removed by immunities, not seen by player bool IsPassive() const; // death persistent - not removed on death bool IsDeathPersistent() const; |