mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[12065] Fix various warnings
This commit is contained in:
parent
5f4d61928f
commit
84080ee5d3
27 changed files with 91 additions and 89 deletions
|
|
@ -115,7 +115,7 @@ Unit* DynamicObject::GetCaster() const
|
|||
return ObjectAccessor::GetUnit(*this, GetCasterGuid());
|
||||
}
|
||||
|
||||
void DynamicObject::Update(uint32 update_diff, uint32 p_time)
|
||||
void DynamicObject::Update(uint32 /*update_diff*/, uint32 p_time)
|
||||
{
|
||||
// caster can be not in world at time dynamic object update, but dynamic object not yet deleted in Unit destructor
|
||||
Unit* caster = GetCaster();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue