From f0d2fb796f2d1dd09682980a910a438aaa0afaae Mon Sep 17 00:00:00 2001 From: Trevius Date: Thu, 1 Jan 2015 20:00:16 -0600 Subject: [PATCH] Aug Type 21 fix for RoF client. --- common/patches/rof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/patches/rof.cpp b/common/patches/rof.cpp index 148c9662b..eace95089 100644 --- a/common/patches/rof.cpp +++ b/common/patches/rof.cpp @@ -2900,7 +2900,7 @@ namespace RoF { eq->entries[i] = emu->entries[i]; } - eq->entries[21] = 0; + eq->entries[21] = 1; FINISH_ENCODE(); }