diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-20 15:20:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-20 15:20:29 -0300 |
commit | 593a20bef1c5f01093afaee9ae0fd76e70e2c579 (patch) | |
tree | aa33367ebf0f30126684de8799947fac2c4e6eec /npc/guilds | |
parent | 3c592a710c56239c127db9c6aecf0584f5e645ea (diff) | |
download | serverdata-593a20bef1c5f01093afaee9ae0fd76e70e2c579.tar.gz serverdata-593a20bef1c5f01093afaee9ae0fd76e70e2c579.tar.bz2 serverdata-593a20bef1c5f01093afaee9ae0fd76e70e2c579.tar.xz serverdata-593a20bef1c5f01093afaee9ae0fd76e70e2c579.zip |
This either breaks stuff, or allows guild storage to be used from banks.
Diffstat (limited to 'npc/guilds')
-rw-r--r-- | npc/guilds/storage.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/guilds/storage.txt b/npc/guilds/storage.txt index 2f8db6d22..e1f30e32a 100644 --- a/npc/guilds/storage.txt +++ b/npc/guilds/storage.txt @@ -5,6 +5,9 @@ // Guild Facility - Guild Storage guilds,33,28,0 script Guild Storage NPC_NO_SPRITE,{ + goto OnStorage; + +OnStorage: .@gid=getcharid(2); if (.@gid < 1) end; |