More bug fixes

This commit is contained in:
Tercio Jose
2022-10-12 18:37:00 -03:00
parent 69899679e7
commit 6243a32740
90 changed files with 5200 additions and 5212 deletions
+2 -2
View File
@@ -401,11 +401,11 @@ function Details.packFunctions.RetriveActorInformation(combatData, index)
local serialNumber = combatData[index + 2]
serialNumber = unpackActorSerial(serialNumber)
--class [4]
--class[4]
local class = combatData[index + 3]
class = unpackActorClass(class)
--spec [5]
--spec[5]
local spec = tonumber(combatData[index + 4])
--return the values