diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-23 13:49:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-23 13:49:50 -0300 |
commit | dd9bdd6a917b5b1aff3de58a172e8b5552980148 (patch) | |
tree | ca842e08f0e159324847941612dc4e441e5e05b3 /npc | |
parent | fa745756b68cb64772ef4ba206b0a8899214fdfe (diff) | |
download | serverdata-dd9bdd6a917b5b1aff3de58a172e8b5552980148.tar.gz serverdata-dd9bdd6a917b5b1aff3de58a172e8b5552980148.tar.bz2 serverdata-dd9bdd6a917b5b1aff3de58a172e8b5552980148.tar.xz serverdata-dd9bdd6a917b5b1aff3de58a172e8b5552980148.zip |
Fix typo
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-5/nylo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index 163e1736f..91b04e71c 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -119,7 +119,7 @@ L_Main: // Create the Marggo .@INSTID = instance_create("MRGX@"+(.@ID), 0, IOT_NONE); - if (@INSTID < 0) + if (.@INSTID < 0) .@instanceMapName$ = ""; else .@instanceMapName$ = instance_attachmap("005-1-1", .@INSTID, 0, .@MAP$); |