From 9127ead75b9baa4e6372d11cb4ba033651976629 Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 20 Oct 2019 13:24:48 -0400 Subject: deprecate buildin_getguildmasterid --- doc/script_commands.txt | 8 ++++++++ src/map/script.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 1b53072ad..45636f23b 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3792,10 +3792,18 @@ likely to be removed at a later time. Please use getguildinfo instead: *getguildmasterid() + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @ /!\ This command is deprecated @ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + This function will return the character ID number of the guild master of the guild specified by the ID. 0 if the character is not a guild master of any guild. +This command is deprecated and it should not be used in new scripts, as it is +likely to be removed at a later time. Please use getguildinfo instead: + getguildinfo(GUILDINFO_MASTER_CID, ) + --------------------------------------- *getcastlename("") diff --git a/src/map/script.c b/src/map/script.c index 91d579178..9d99b99f9 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -26177,7 +26177,7 @@ static void script_parse_builtin(void) BUILDIN_DEF(getpartyleader,"i?"), BUILDIN_DEF_DEPRECATED(getguildname,"i"), BUILDIN_DEF_DEPRECATED(getguildmaster,"i"), - BUILDIN_DEF(getguildmasterid,"i"), + BUILDIN_DEF_DEPRECATED(getguildmasterid,"i"), BUILDIN_DEF(getguildmember,"i?"), BUILDIN_DEF(getguildinfo,"i?"), BUILDIN_DEF(getguildonline, "i?"), -- cgit v1.2.3-60-g2f50