Quote:
Originally Posted by Nibiuno
Money is disappearing that is being put into the shared bank after upgrading to RoF2, code from 02/05. Testing items next. It's only disappearing with RoF2 clients.
|
Most likely, this line:
https://github.com/EQEmu/Server/blob...rof2.cpp#L2340
Need to be changed to this:
Code:
outapp->WriteUInt32(emu->platinum_shared);
Should be pretty easy to test and get that implemented.