Skip to content

Commit 8c6d1c9

Browse files
committed
TC: Remove duplicate check
1 parent 6acb456 commit 8c6d1c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

methods/TrinityCore/UnitMethods.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,11 +2236,7 @@ namespace LuaUnit
22362236
args.TriggerFlags = TRIGGERED_FULL_MASK;
22372237
if (castItem)
22382238
args.SetCastItem(castItem);
2239-
#if ELUNA_EXPANSION < EXP_RETAIL
2240-
if (!originalCaster.IsEmpty())
2241-
#else
22422239
if (!originalCaster.IsEmpty())
2243-
#endif
22442240
args.SetOriginalCaster(originalCaster);
22452241

22462242
unit->CastSpell(target, spell, args);

0 commit comments

Comments
 (0)