diff options
Diffstat (limited to 'npc/042-6/ctrl.txt')
-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 654a199fb..042d4360a 100644 --- a/npc/042-6/ctrl.txt +++ b/npc/042-6/ctrl.txt @@ -52,7 +52,7 @@ OnInstanceInit: if (!rand2(2)) areamonster(.map$, 45, 20, 90, 90, strmobinfo(1, MagicBif), MagicBif, 2); if (!rand2(2)) - areamonster(.map$, 20, 20, 90, 90, strmobinfo(1, SilverChest), GoldenChest, 1); + areamonster(.map$, 20, 20, 90, 90, strmobinfo(1, GoldenChest), GoldenChest, 1); if (!rand2(2)) areamonster(.map$, 20, 20, 90, 90, strmobinfo(1, SilverChest), SilverChest, 2); if (!rand2(2)) |