diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-11 02:09:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-11 02:09:50 -0300 |
commit | 164678da4ce1d78eb563aaf6817e094632c59150 (patch) | |
tree | 26e09ba79e551e9a5a832e77cfa9821427149159 /npc/guilds | |
parent | ca3356ed8ed98515c15554cc8352c72ec6d5de09 (diff) | |
download | serverdata-164678da4ce1d78eb563aaf6817e094632c59150.tar.gz serverdata-164678da4ce1d78eb563aaf6817e094632c59150.tar.bz2 serverdata-164678da4ce1d78eb563aaf6817e094632c59150.tar.xz serverdata-164678da4ce1d78eb563aaf6817e094632c59150.zip |
Allow Guild Storage to be used as well
Diffstat (limited to 'npc/guilds')
-rw-r--r-- | npc/guilds/storage.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/guilds/storage.txt b/npc/guilds/storage.txt index d608d1e90..2f8db6d22 100644 --- a/npc/guilds/storage.txt +++ b/npc/guilds/storage.txt @@ -6,6 +6,8 @@ guilds,33,28,0 script Guild Storage NPC_NO_SPRITE,{ .@gid=getcharid(2); + if (.@gid < 1) + end; if (getguildlvl(.@gid) < 2) { npctalkonce l("Your guild need to have at least level 2 to use storage feature."); |