From a481a8bc4be7ed2fad704767818f3c3904fcfb40 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Tue, 27 Mar 2018 23:17:39 +0300 Subject: [PATCH] Fix documentation: GossipMenuAddItem --- PlayerMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayerMethods.h b/PlayerMethods.h index 93a997c..c1270fc 100644 --- a/PlayerMethods.h +++ b/PlayerMethods.h @@ -3646,7 +3646,7 @@ namespace LuaPlayer * @param string msg : label on the gossip item * @param uint32 sender : number passed to gossip handlers * @param uint32 intid : number passed to gossip handlers - * @param uint32 code = false : show text input on click if true + * @param bool code = false : show text input on click if true * @param string popup = nil : if non empty string, a popup with given text shown on click * @param uint32 money = 0 : required money in copper */