Update UF packet stuff to have 30 BUFF_COUNT

This commit is contained in:
Michael Cook (mackal)
2016-08-02 21:10:32 -04:00
parent d68a3b191e
commit 37ecc69088
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1870,7 +1870,7 @@ namespace UF
OUT(thirst_level);
OUT(hunger_level);
//PS this needs to be figured out more; but it was 'good enough'
for (r = 0; r < structs::BUFF_COUNT; r++)
for (r = 0; r < BUFF_COUNT; r++)
{
if (emu->buffs[r].spellid != 0xFFFF && emu->buffs[r].spellid != 0)
{