diff options
author | Vincent-Michael <vincent_michael@gmx.de> | 2015-11-07 20:01:35 +0100 |
---|---|---|
committer | Vincent-Michael <vincent_michael@gmx.de> | 2015-11-07 20:01:53 +0100 |
commit | 7d5e7102cdd407846fa340892df39ea49938ee69 (patch) | |
tree | d99383a87495bc0a1efb1ee357f00de96b096410 /src/server/scripts/Commands | |
parent | ff9001ce1da5160ef5dc245a822693f12dc9ddff (diff) |
Core: Whitespace cleanup
Diffstat (limited to 'src/server/scripts/Commands')
-rw-r--r-- | src/server/scripts/Commands/cs_cast.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/Commands/cs_cast.cpp b/src/server/scripts/Commands/cs_cast.cpp index f45e73b7c58..5252d5e368a 100644 --- a/src/server/scripts/Commands/cs_cast.cpp +++ b/src/server/scripts/Commands/cs_cast.cpp @@ -120,7 +120,7 @@ public: uint32 spellId = handler->extractSpellIdFromLink((char*)args); if (!spellId) return false; - + if (!CheckSpellExistsAndIsValid(handler, spellId)) return false; @@ -218,7 +218,7 @@ public: uint32 spellId = handler->extractSpellIdFromLink((char*)args); if (!spellId) return false; - + if (!CheckSpellExistsAndIsValid(handler, spellId)) return false; @@ -251,7 +251,7 @@ public: uint32 spellId = handler->extractSpellIdFromLink((char*)args); if (!spellId) return false; - + if (!CheckSpellExistsAndIsValid(handler, spellId)) return false; |