From b0a890b60f73ddde94c219659979278e75684984 Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 20 Oct 2019 13:23:55 -0400 Subject: deprecate buildin_getguildmaster --- 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 939a5e7c6..1b53072ad 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3757,6 +3757,10 @@ likely to be removed at a later time. Please use getguildinfo instead: *getguildmaster() + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @ /!\ This command is deprecated @ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + This function return the name of the master of the guild which has the specified ID number. If there is no such guild, "null" will be returned. @@ -3780,6 +3784,10 @@ Maybe you want to make a room only guild masters can enter: mes("Sorry you don't own the guild you are in"); close(); +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_NAME, ) + --------------------------------------- *getguildmasterid() diff --git a/src/map/script.c b/src/map/script.c index 066836b8e..91d579178 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -26176,7 +26176,7 @@ static void script_parse_builtin(void) BUILDIN_DEF(getpartymember,"i?"), BUILDIN_DEF(getpartyleader,"i?"), BUILDIN_DEF_DEPRECATED(getguildname,"i"), - BUILDIN_DEF(getguildmaster,"i"), + BUILDIN_DEF_DEPRECATED(getguildmaster,"i"), BUILDIN_DEF(getguildmasterid,"i"), BUILDIN_DEF(getguildmember,"i?"), BUILDIN_DEF(getguildinfo,"i?"), -- cgit v1.2.3-70-g09d2