summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-10-20 13:23:55 -0400
committergumi <git@gumi.ca>2019-10-20 22:20:06 -0400
commitb0a890b60f73ddde94c219659979278e75684984 (patch)
tree2f26ad11a9ce814700eb56aba8f6213542a1032d /doc
parentb9aaf46392137cdcd83fc53d990a5f8b997cf9b2 (diff)
downloadhercules-b0a890b60f73ddde94c219659979278e75684984.tar.gz
hercules-b0a890b60f73ddde94c219659979278e75684984.tar.bz2
hercules-b0a890b60f73ddde94c219659979278e75684984.tar.xz
hercules-b0a890b60f73ddde94c219659979278e75684984.zip
deprecate buildin_getguildmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt8
1 files changed, 8 insertions, 0 deletions
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(<guild id>)
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+ @ /!\ 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, <guild id>)
+
---------------------------------------
*getguildmasterid(<guild id>)