From 0dd98c1e8d4d4a3df1e66654538ce83277c39f99 Mon Sep 17 00:00:00 2001 From: Schmoozerd Date: Sat, 18 Aug 2012 23:06:51 +0200 Subject: [PATCH] [0141] Fix some bugs, thanks to LordPsyan for pointing * Fix an inconsistence between comment and code for model selection * Improve the macro from recent commit to work with stricter gcc preprocessors * Fix a bug that caused a crash for not loaded outdoorPvp scripts --- 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 750e87fe3..5047cdba8 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 "12104" + #define REVISION_NR "0141" #endif // __REVISION_NR_H__