Cleanup scripts and removed not needed ones.

This commit is contained in:
hondacrx
2017-07-21 11:59:42 -04:00
parent 40a4685a9c
commit 54fc79fced
16 changed files with 24 additions and 404 deletions
+1 -14
View File
@@ -69,6 +69,7 @@ namespace Scripts.Spells.Rogue
}
}
[Script]
public class spell_rog_killing_spree_AuraScript : AuraScript
{
public override bool Validate(SpellInfo spellInfo)
@@ -118,20 +119,6 @@ namespace Scripts.Spells.Rogue
List<ObjectGuid> _targets = new List<ObjectGuid>();
}
[Script] // 70805 - Rogue T10 2P Bonus -- THIS SHOULD BE REMOVED WITH NEW PROC SYSTEM.
class spell_rog_t10_2p_bonus : AuraScript
{
bool CheckProc(ProcEventInfo eventInfo)
{
return eventInfo.GetActor() == eventInfo.GetActionTarget();
}
public override void Register()
{
DoCheckProc.Add(new CheckProcHandler(CheckProc));
}
}
[Script] // 2098 - Eviscerate
class spell_rog_eviscerate : SpellScript
{