Misc fixes
This commit is contained in:
@@ -1657,6 +1657,8 @@ namespace Scripts.Spells.Items
|
||||
{
|
||||
void HandleProc(ProcEventInfo procInfo)
|
||||
{
|
||||
PreventDefaultAction();
|
||||
|
||||
Unit caster = procInfo.GetActor();
|
||||
Unit target = GetCaster();
|
||||
if (!caster || !target)
|
||||
|
||||
Reference in New Issue
Block a user