mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Fix zone failure messages on RoF+
This commit is contained in:
parent
62dcc188d1
commit
7adc93d806
@ -3847,9 +3847,12 @@ namespace RoF
|
|||||||
OUT(y);
|
OUT(y);
|
||||||
OUT(x);
|
OUT(x);
|
||||||
OUT(z)
|
OUT(z)
|
||||||
OUT(zone_reason);
|
OUT(zone_reason);
|
||||||
OUT(success);
|
OUT(success);
|
||||||
|
|
||||||
|
if (eq->success < 0)
|
||||||
|
eq->success -= 1;
|
||||||
|
|
||||||
FINISH_ENCODE();
|
FINISH_ENCODE();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3991,9 +3991,12 @@ namespace RoF2
|
|||||||
OUT(y);
|
OUT(y);
|
||||||
OUT(x);
|
OUT(x);
|
||||||
OUT(z)
|
OUT(z)
|
||||||
OUT(zone_reason);
|
OUT(zone_reason);
|
||||||
OUT(success);
|
OUT(success);
|
||||||
|
|
||||||
|
if (eq->success < 0)
|
||||||
|
eq->success -= 1;
|
||||||
|
|
||||||
FINISH_ENCODE();
|
FINISH_ENCODE();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user