Changes to UF and above clients on how spell buff tics are synced.

This commit is contained in:
KimLS
2016-01-17 17:40:29 -08:00
committed by Michael Cook (mackal)
parent b5f09d435f
commit 4c3947efa6
6 changed files with 6 additions and 22 deletions
+1 -1
View File
@@ -391,7 +391,7 @@ namespace UF
memset(__packet->pBuffer, 0, sz);
__packet->WriteUInt32(emu->entity_id);
__packet->WriteUInt32(0);
__packet->WriteUInt32(emu->tic_timer);
__packet->WriteUInt8(emu->all_buffs); // 1 = all buffs, 0 = 1 buff
__packet->WriteUInt16(emu->count);