[7590] Prevent send achievement packets at login.

For speed (player not in world and grid broadcast not work anyway)
and correctness (guild members don't must be spammed)
This commit is contained in:
VladimirMangos 2009-03-30 13:02:34 +04:00
parent e57e7e3b51
commit 7118b937f2
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7589"
#define REVISION_NR "7590"
#endif // __REVISION_NR_H__