diff --git a/src/game/Map.h b/src/game/Map.h index 6fe6fdf3b..c867a31d5 100644 --- a/src/game/Map.h +++ b/src/game/Map.h @@ -285,7 +285,7 @@ class MANGOS_DLL_SPEC Map : public GridRefManager, public MaNGOS::Obj virtual void InitVisibilityDistance(); 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 void Visit(const CellLock &cell, TypeContainerVisitor &visitor); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index dbb0419af..829307eb7 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8625" + #define REVISION_NR "8626" #endif // __REVISION_NR_H__