diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-12-07 15:58:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-12-07 15:58:29 -0300 |
commit | c96d7a94e1cf2384537ec0614666027b139e6545 (patch) | |
tree | 53f1a16c4d01d4fced51cc765705974e90d9921a /npc | |
parent | 0b23910ba921703b7d2013f876c072f600f8b0c6 (diff) | |
download | serverdata-c96d7a94e1cf2384537ec0614666027b139e6545.tar.gz serverdata-c96d7a94e1cf2384537ec0614666027b139e6545.tar.bz2 serverdata-c96d7a94e1cf2384537ec0614666027b139e6545.tar.xz serverdata-c96d7a94e1cf2384537ec0614666027b139e6545.zip |
Fix a tiny bug in Blanc
Diffstat (limited to 'npc')
-rw-r--r-- | npc/015-3-3/blanc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/015-3-3/blanc.txt b/npc/015-3-3/blanc.txt index 39dd0a53d..2f5c141e3 100644 --- a/npc/015-3-3/blanc.txt +++ b/npc/015-3-3/blanc.txt @@ -23,6 +23,7 @@ mesc l("Blanc can purchase account bound items, and exchange named items by non-named items."); next; .@id=requestitemindex(); + if (.@id < 1) goto L_Close; // Collect the item ID and meta data delinventorylist(); |