This commit is contained in:
Aaron Kimbre 2022-12-24 09:40:16 -06:00
parent 8f9df9178a
commit 4fee6d1bba

View File

@ -45,7 +45,7 @@ struct Buff
bool cancelOnZone = false;
bool useRefCount = false;
uint32_t refcount = 1;
uint32_t refcount = 0;
};