converted all tabs to 4 spaces

This commit is contained in:
Yehonal
2016-06-26 19:23:57 +02:00
parent 52f305111c
commit f6eefedcd5
717 changed files with 132388 additions and 132388 deletions

View File

@@ -208,7 +208,7 @@ class SpellScript : public _SpellScript
TargetHook(uint8 _effectIndex, uint16 _targetType, bool _area, bool _dest);
bool CheckEffect(SpellInfo const* spellInfo, uint8 effIndex);
std::string ToString();
uint16 GetTarget() const { return targetType; }
uint16 GetTarget() const { return targetType; }
protected:
uint16 targetType;
bool area;
@@ -427,7 +427,7 @@ class SpellScript : public _SpellScript
// finishes spellcast prematurely with selected error message
void FinishCast(SpellCastResult result);
void Cancel(); // pussywizard
void Cancel(); // pussywizard
void SetCustomCastResultMessage(SpellCustomErrors result);
};