diff options
-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; |