mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10612] Revert "[10611] Made some values const"
Reason: It makes no sense to make a local variable const. This reverts commit 49e3184d69056738701bc15d9b7f982bf11d7bbc.
This commit is contained in:
parent
47d971c7f9
commit
fc5dd54f37
59 changed files with 64 additions and 64 deletions
|
|
@ -404,7 +404,7 @@ uint32 Creature::ChooseDisplayId(const CreatureInfo *cinfo, const CreatureData *
|
|||
return display_id;
|
||||
}
|
||||
|
||||
void Creature::Update(const uint32 diff)
|
||||
void Creature::Update(uint32 diff)
|
||||
{
|
||||
if (m_needNotify)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue