mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
*Fix Sniper Training refresh - by liszt.mbox.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user