View Single Post
08-04-21, 01:25 PM   #2
Thrumbar
A Chromatic Dragonspawn
Join Date: Jan 2005
Posts: 157
Line 4428 nee to be changed from

4428 local _, honor = GetCurrencyInfo (392)

to this

4428 local _, honor = C_CurrencyInfo.GetCurrencyInfo (392)

and

4456 local _, honor = GetCurrencyInfo (392)

to

4456 local _, honor = C_CurrencyInfo.GetCurrencyInfo (392)

should work after that

Originally Posted by jayman1000 View Post
Got Carbonite spamming this error mutliple times every second, slowing down the game to a few fps. This happened a few seconds after getting back zone after ending a battleground. After reloading UI it stopped.

If this is not the place to post bugs or errors I apologize, please let me know.

Message: Interface\AddOns\Carbonite\NxMap.lua:4429: attempt to perform arithmetic on local 'honor' (a nil value)
Time: Thu Jul 29 02:38:43 2021
Count: 1642
Stack: Interface\AddOns\Carbonite\NxMap.lua:4429: attempt to perform arithmetic on local 'honor' (a nil value)

Last edited by Thrumbar : 08-04-21 at 01:28 PM.
  Reply With Quote