mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Cleanup] Remove SetTradeCash() from trading.cpp/common.h (#3356)
# Notes - This is unused.
This commit is contained in:
@@ -61,11 +61,6 @@ void Trade::Reset()
|
||||
pp=0; gp=0; sp=0; cp=0;
|
||||
}
|
||||
|
||||
void Trade::SetTradeCash(uint32 in_pp, uint32 in_gp, uint32 in_sp, uint32 in_cp)
|
||||
{
|
||||
pp=in_pp; gp=in_gp; sp=in_sp; cp=in_cp;
|
||||
}
|
||||
|
||||
// Initiate a trade with another mob
|
||||
// initiate_with specifies whether to start trade with other mob as well
|
||||
void Trade::Start(uint32 mob_id, bool initiate_with)
|
||||
|
||||
Reference in New Issue
Block a user