diff options
-rw-r--r-- | db/re/pet_db.conf | 2 | ||||
-rw-r--r-- | npc/007-1/torches.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index 28956c616..701e53053 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -130,7 +130,7 @@ pet_db:( AttackRate: 350 DefendRate: 400 ChangeTargetRate: 800 - PetScript: <" petskillbonus bLuk, 5, 30, 90; "> + PetScript: <" petskillbonus bLuk, 5, 30, 90; bonus bLuk,1; "> EquipScript: <" bonus bLuk,2; bonus bSPrecovRate,2; "> }, ) diff --git a/npc/007-1/torches.txt b/npc/007-1/torches.txt index 57a93a241..dbcf1b9a9 100644 --- a/npc/007-1/torches.txt +++ b/npc/007-1/torches.txt @@ -32,7 +32,7 @@ function script CheckTorch { L_TorchTally: specialeffect(53); specialeffect(54); - getmapxy(.@m, .@x, .@y, UNITTYPE_PC); + getmapxy(.@m, .@x, .@y, 0); switch (@torch_count) { case 1: |