Fix RoF+ AA clientver bug

This commit is contained in:
Michael Cook (mackal)
2015-06-01 16:02:55 -04:00
parent aacd288ad7
commit c3c6d18979
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -2852,7 +2852,7 @@ namespace RoF
// Check clientver field to verify this AA should be sent for SoF
// clientver 1 is for all clients and 5 is for Live
if (emu->clientver <= 5)
if (emu->clientver <= 7)
{
OUT(id);
eq->unknown004 = 1;
+1 -1
View File
@@ -2941,7 +2941,7 @@ namespace RoF2
// Check clientver field to verify this AA should be sent for SoF
// clientver 1 is for all clients and 5 is for Live
if (emu->clientver <= 5)
if (emu->clientver <= 8)
{
OUT(id);
eq->unknown004 = 1;