[10611] Made some values const

Signed-off-by: DasBlub <dasblub@gmail.com>
This commit is contained in:
Reve 2010-10-15 19:46:53 +02:00 committed by DasBlub
parent 61102e3b16
commit 47d971c7f9
59 changed files with 64 additions and 64 deletions

View file

@ -31,7 +31,7 @@ Totem::Totem() : Creature(CREATURE_SUBTYPE_TOTEM)
m_type = TOTEM_PASSIVE;
}
void Totem::Update( uint32 time )
void Totem::Update(const uint32 time)
{
Unit *owner = GetOwner();
if (!owner || !owner->isAlive() || !isAlive())