diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 16:03:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 16:03:08 -0300 |
commit | 6462dc79823b307dbbb2d2e54623dad8138c367b (patch) | |
tree | a2f50eb315bc4f20355d00cee27ea88b1bb03a91 /npc/042-6 | |
parent | e508300f9b7f0d320f3ea00e9e84c92f28e4a59d (diff) | |
download | serverdata-6462dc79823b307dbbb2d2e54623dad8138c367b.tar.gz serverdata-6462dc79823b307dbbb2d2e54623dad8138c367b.tar.bz2 serverdata-6462dc79823b307dbbb2d2e54623dad8138c367b.tar.xz serverdata-6462dc79823b307dbbb2d2e54623dad8138c367b.zip |
Typo
Diffstat (limited to 'npc/042-6')
-rw-r--r-- | npc/042-6/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-6/ctrl.txt b/npc/042-6/ctrl.txt index 9df9651f3..d8b94c8dc 100644 --- a/npc/042-6/ctrl.txt +++ b/npc/042-6/ctrl.txt @@ -11,7 +11,7 @@ // awesome system. Same rules as any treasure box still applies. 042-6,65,89,0 script #chest_0426 NPC_CHEST,{ function monster0426; - KamelotTreasure(); + KamelotTreasure(8); specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing close; |