Skip to content

Commit

Permalink
Merge pull request #556 from ao-org/Aura-Casco-Server
Browse files Browse the repository at this point in the history
Aura Casco Server
  • Loading branch information
RecoX authored Apr 1, 2024
2 parents a1119f7 + d3d6a7d commit a8f371b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codigo/InvUsuario.bas
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ Sub EquiparInvItem(ByVal UserIndex As Integer, ByVal Slot As Byte)
'Lo equipa
436 If Len(obj.CreaGRH) <> 0 Then
438 .Char.Head_Aura = obj.CreaGRH
440 Call SendData(SendTarget.ToPCArea, UserIndex, PrepareMessageAuraToChar(.Char.CharIndex, .Char.Head_Aura, False, 4))
440 Call SendData(SendTarget.ToPCAliveArea, UserIndex, PrepareMessageAuraToChar(.Char.charindex, .Char.Head_Aura, False, 4))
End If

442 .Invent.Object(Slot).Equipped = 1
Expand Down

0 comments on commit a8f371b

Please sign in to comment.