mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[10611] Made some values const
Signed-off-by: DasBlub <dasblub@gmail.com>
This commit is contained in:
parent
61102e3b16
commit
47d971c7f9
59 changed files with 64 additions and 64 deletions
|
|
@ -291,7 +291,7 @@ Unit::~Unit()
|
|||
MANGOS_ASSERT(m_deletedHolders.size() == 0);
|
||||
}
|
||||
|
||||
void Unit::Update( uint32 p_time )
|
||||
void Unit::Update(const uint32 p_time)
|
||||
{
|
||||
if(!IsInWorld())
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue