christophrus / CensusPlusClassic

An addon for collecting census data on realms of World of Warcraft: Classic
https://WowClassicPopulation.com
GNU General Public License v3.0
21 stars 14 forks source link

LUA Error when entering BG #31

Closed Nixxen closed 4 years ago

Nixxen commented 4 years ago

Message: ...rface\AddOns\CensusPlusClassic\CensusPlusClassic.lua:2548: attempt to perform arithmetic on field 'g_NumNewCharacters' (a nil value)

mroswald commented 4 years ago

Also, people in battlegrounds will land in the datafile (with empty dataset). Is that expected?

christophrus commented 4 years ago

@mroswald No its not wanted and I think we need to add a isInBg check for the manualwho function to prevent it running while in BG. I'll take a look on it, when I find the time.