mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[12150] Drop arena point distribution, implement currency week count reset.
- Fix missing currency load. - Some cleanup. Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
7177f4cc07
commit
8e5d609e1e
21 changed files with 166 additions and 220 deletions
|
|
@ -7130,12 +7130,6 @@ bool ChatHandler::HandleSendMessageCommand(char* args)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleFlushArenaPointsCommand(char* /*args*/)
|
||||
{
|
||||
sBattleGroundMgr.DistributeArenaPoints();
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleModifyGenderCommand(char* args)
|
||||
{
|
||||
if (!*args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue