mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[m] Lots of Doxygen fixes/additions - thanks to lfxGroove
This commit is contained in:
parent
b134615f92
commit
c94dbc84c2
960 changed files with 5905 additions and 6171 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* This code is part of MaNGOS. Contributor & Copyright details are in AUTHORS/THANKS.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -421,7 +421,7 @@ bool ChatHandler::HandleDebugGetItemStateCommand(char* args)
|
|||
|
||||
if (list_queue)
|
||||
{
|
||||
std::vector<Item*>& updateQueue = player->GetItemUpdateQueue();
|
||||
std::vector<Item*> &updateQueue = player->GetItemUpdateQueue();
|
||||
for (size_t i = 0; i < updateQueue.size(); ++i)
|
||||
{
|
||||
Item* item = updateQueue[i];
|
||||
|
|
@ -449,7 +449,7 @@ bool ChatHandler::HandleDebugGetItemStateCommand(char* args)
|
|||
if (check_all)
|
||||
{
|
||||
bool error = false;
|
||||
std::vector<Item*>& updateQueue = player->GetItemUpdateQueue();
|
||||
std::vector<Item*> &updateQueue = player->GetItemUpdateQueue();
|
||||
for (uint8 i = PLAYER_SLOT_START; i < PLAYER_SLOT_END; ++i)
|
||||
{
|
||||
if (i >= BUYBACK_SLOT_START && i < BUYBACK_SLOT_END)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue