View Single Post
  #46  
Old 02-11-2015, 11:03 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Quote:
Originally Posted by Nibiuno View Post
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.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote