Misc cleanups

This commit is contained in:
hondacrx
2024-02-21 00:06:06 -05:00
parent 9e3a7df6a7
commit 47a64b8782
5 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace Game.Spells
public ObjectGuid CastingUnitGUID;
public SpellCastRequestItemData ItemData;
public SpellCastRequest(SpellCastRequestPkt castRequest, ObjectGuid castingUnitGUID, SpellCastRequestItemData? itemData = null)
public SpellCastRequest(SpellCastRequestPkt castRequest, ObjectGuid castingUnitGUID, SpellCastRequestItemData itemData = null)
{
CastRequest = castRequest;
CastingUnitGUID = castingUnitGUID;