[10805] Remove code duplication in visibility distance check.

at_same_transport already include player checks at assign and
it move to common if make 3 distance cases exactly same.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
SeTM 2010-12-02 00:47:54 +03:00 committed by VladimirMangos
parent 47bdcd1595
commit 29f7f05414
2 changed files with 3 additions and 24 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10804"
#define REVISION_NR "10805"
#endif // __REVISION_NR_H__