From 90d2014507ce259f46b51a6300aa2d4f03e12587 Mon Sep 17 00:00:00 2001 From: Schmoozerd Date: Fri, 17 Aug 2012 20:56:49 +0200 Subject: [PATCH] [0134] Implement ACTION_T_CHANCED_TEXT This action allows to display a text with a chance. The Chance must be provided in param1, text(s) can be provided in param2, optionally param3 --- 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 d58d3bed5..1ad130e3e 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 "0133" + #define REVISION_NR "0134" #endif // __REVISION_NR_H__