diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-01-04 12:31:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-01-04 12:31:06 -0300 |
commit | 8fc2014f3aaed109211b85f5be08395c950d2636 (patch) | |
tree | 10ca7c95a3c89efe6dc50f01a589d207913d688e | |
parent | 6b2963f13b2ee9ce870eed2a77c2f769d61ceff2 (diff) | |
download | serverdata-8fc2014f3aaed109211b85f5be08395c950d2636.tar.gz serverdata-8fc2014f3aaed109211b85f5be08395c950d2636.tar.bz2 serverdata-8fc2014f3aaed109211b85f5be08395c950d2636.tar.xz serverdata-8fc2014f3aaed109211b85f5be08395c950d2636.zip |
Fix typo reported by ThinkSome
-rw-r--r-- | npc/003-3/malindou.txt | 1 | ||||
-rw-r--r-- | npc/020-5/bracco.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index e6d1c03b0..6d0736a19 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -697,6 +697,7 @@ OnInit: htput($@CONTRIBUTORS, "yuckfou", 10); htput($@CONTRIBUTORS, "kytty", 10); htput($@CONTRIBUTORS, "ledmitz", 10); + htput($@CONTRIBUTORS, "ThinkSome", 6); htput($@CONTRIBUTORS, "liangtai", 4); htput($@CONTRIBUTORS, "demure", 2); htput($@CONTRIBUTORS, "seeds", 2); diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 9c489756c..1081f8e48 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -167,7 +167,7 @@ if (.@overid == SilverMirror) .@elv = rand2(30); else - .@elv = getiteminfo(.@overid, ITEMINFO_ELV); + .@elv = getiteminfo(.@id, ITEMINFO_ELV); .@ammo = any( (.@elv < 12 ? 0 : 1), (.@elv < 7 ? 0 : 1), |