mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22: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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue