From 98f20428eb3df614a5bbf70a5cb42263f0646b87 Mon Sep 17 00:00:00 2001 From: stfx Date: Sat, 18 Aug 2012 00:12:31 +0200 Subject: [PATCH] [0131] Finalize Outdoor PvP Implementation Implementation by Xfurry and stfx Thanks to all original Outdoor PvP authors - especially Balrok Thanks to X-Savior for the proper data Thanks to crackm for help with database And thanks to all people who contributed and/or posted bug reports Signed-off-by: Schmoozerd --- src/shared/revision_nr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index b8a281a28..962dadef2 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 "0130" + #define REVISION_NR "0131" #endif // __REVISION_NR_H__