diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-26 22:12:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-26 22:12:54 -0300 |
commit | 2e2735b6c9b17940b28ced291b8a8a05009857ba (patch) | |
tree | b2b89d4520a3521c53732e249c500903ecaa0a06 /world/map | |
parent | 62c64fc330417cd2c385818e6f36e6c403183409 (diff) | |
download | serverdata-2e2735b6c9b17940b28ced291b8a8a05009857ba.tar.gz serverdata-2e2735b6c9b17940b28ced291b8a8a05009857ba.tar.bz2 serverdata-2e2735b6c9b17940b28ced291b8a8a05009857ba.tar.xz serverdata-2e2735b6c9b17940b28ced291b8a8a05009857ba.zip |
Fix a bug, I'll clean up tomorrow
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/annuals/xmas/2021.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/annuals/xmas/2021.txt b/world/map/npc/annuals/xmas/2021.txt index 8f13c2e4..32456fa6 100644 --- a/world/map/npc/annuals/xmas/2021.txt +++ b/world/map/npc/annuals/xmas/2021.txt @@ -143,6 +143,8 @@ function|script|ConvertChristmas21 goto L_AccPort; L_AccPort: + if (#X21) goto L_Return; + set #X21, 1; if (getcharid(3) == 2046805) goto L_AID2046805; if (getcharid(3) == 2085724) goto L_AID2085724; if (getcharid(3) == 2118167) goto L_AID2118167; |