[7572] Use enum type instead int for World::SendServerMessage arg

This commit is contained in:
VladimirMangos 2009-03-28 21:50:34 +03:00
parent 864b0c92b3
commit 03940b1865
3 changed files with 15 additions and 15 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7571"
#define REVISION_NR "7572"
#endif // __REVISION_NR_H__