diff options
| author | click <none@none> | 2010-10-07 14:00:52 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-10-07 14:00:52 +0200 |
| commit | a67d7c9afdd0b2144cee24d318917dfd57eff1d8 (patch) | |
| tree | 6a67af36708107bccca3ef757e18d3c81052788c /src/server/scripts | |
| parent | df66aee929094359aecfed6aeb256bfefd7025ab (diff) | |
Copyright header updates - part 3... (and some whitespace cleanups)
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Spells/spell_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp index c221767a75f..40243c9751e 100644 --- a/src/server/scripts/Spells/spell_item.cpp +++ b/src/server/scripts/Spells/spell_item.cpp @@ -147,7 +147,7 @@ public: Unit* pCaster = GetCaster(); if (pCaster->GetTypeId() != TYPEID_PLAYER) return; - + std::vector<uint32> possibleSpells; switch (pCaster->getClass()) { |
