summaryrefslogtreecommitdiff
path: root/npc/guilds/storage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guilds/storage.txt')
-rw-r--r--npc/guilds/storage.txt2
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.");