From a67d7c9afdd0b2144cee24d318917dfd57eff1d8 Mon Sep 17 00:00:00 2001 From: click Date: Thu, 7 Oct 2010 14:00:52 +0200 Subject: Copyright header updates - part 3... (and some whitespace cleanups) --HG-- branch : trunk --- src/server/scripts/Spells/spell_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') 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 possibleSpells; switch (pCaster->getClass()) { -- cgit v1.2.3