mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[8626] Add missing argument names in function declaration.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
02d45b4b54
commit
9cb356851c
2 changed files with 2 additions and 2 deletions
|
|
@ -285,7 +285,7 @@ class MANGOS_DLL_SPEC Map : public GridRefManager<NGridType>, public MaNGOS::Obj
|
||||||
virtual void InitVisibilityDistance();
|
virtual void InitVisibilityDistance();
|
||||||
|
|
||||||
void PlayerRelocation(Player *, float x, float y, float z, float angl);
|
void PlayerRelocation(Player *, float x, float y, float z, float angl);
|
||||||
void CreatureRelocation(Creature *creature, float x, float y, float, float);
|
void CreatureRelocation(Creature *creature, float x, float y, float z, float orientation);
|
||||||
|
|
||||||
template<class LOCK_TYPE, class T, class CONTAINER> void Visit(const CellLock<LOCK_TYPE> &cell, TypeContainerVisitor<T, CONTAINER> &visitor);
|
template<class LOCK_TYPE, class T, class CONTAINER> void Visit(const CellLock<LOCK_TYPE> &cell, TypeContainerVisitor<T, CONTAINER> &visitor);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8625"
|
#define REVISION_NR "8626"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue