[svn] Remove a hack on triggered spell target selection.

Some minor fixes.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-11-04 10:33:02 -06:00
parent fc9a14a6cf
commit b53ab74b50
3 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,6 @@
#include "Util.h"
#include "TemporarySummon.h"
pEffect SpellEffects[TOTAL_SPELL_EFFECTS]=
{
&Spell::EffectNULL, // 0
@@ -223,7 +222,7 @@ void Spell::EffectNULL(uint32 /*i*/)
void Spell::EffectUnused(uint32 /*i*/)
{
// NOT USED BY ANY SPELL OR USELESS OR IMPLEMENTED IN DIFFERENT WAY IN TRINITY
// NOT USED BY ANY SPELL OR USELESS OR IMPLEMENTED IN DIFFERENT WAY IN MANGOS
}
void Spell::EffectResurrectNew(uint32 i)