*Fix Sniper Training refresh - by liszt.mbox.

--HG--
branch : trunk
This commit is contained in:
QAston
2010-07-31 23:50:52 +02:00
parent 73b481073d
commit 9cc4a9a6da

View File

@@ -2252,7 +2252,7 @@ void AuraEffect::TriggerSpell(Unit * target, Unit * caster) const
case 53303:
case 53304:
// We are standing at the moment
if (GetAmount() != -1)
if (GetAmount() > -1)
return;
triggerSpellId = 64418 + auraId - 53302;