[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

@ -588,7 +588,7 @@ class MANGOS_DLL_SPEC GameObject : public WorldObject
void RemoveFromWorld();
bool Create(uint32 guidlow, uint32 name_id, Map *map, uint32 phaseMask, float x, float y, float z, float ang, float rotation0, float rotation1, float rotation2, float rotation3, uint8 animprogress, GOState go_state);
void Update(uint32 p_time);
void Update(const uint32 p_time);
GameObjectInfo const* GetGOInfo() const;
bool IsTransport() const;