diff options
-rw-r--r-- | npc/015-8/sealedshrine.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt index b44c82adb..19e63b127 100644 --- a/npc/015-8/sealedshrine.txt +++ b/npc/015-8/sealedshrine.txt @@ -52,7 +52,7 @@ function script SaggySealInit { percentheal 0, -(.@val); // BaseLevel: 37 - monster .@m$, .@x, .@y, "Seal Guardian", MagicGoblin, (.@z/2)+1; + areamonster .@m$, .@x-1, .@y-1, .@x+1, .@y+1, "Seal Guardian", MagicGoblin, (.@z/3)+1; switch (.@z) { case 0: |