diff options
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | npc/014-5/blossom.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index f732305b0..13c391e3b 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3993,7 +3993,7 @@ constants_db: { NPC_LIGHTBRINGER: 187 NPC_TEDDYGIRL: 188 NPC_CROPS: 189 - NPC_BLOSSOM: 180 + NPC_BLOSSOM: 190 NPC_THORN_NPC: 191 // NPC_THORNS is for Dungeon // LoF Non Animated NPCs diff --git a/npc/014-5/blossom.txt b/npc/014-5/blossom.txt index fa4ba7f22..63e46e863 100644 --- a/npc/014-5/blossom.txt +++ b/npc/014-5/blossom.txt @@ -104,7 +104,7 @@ L_Lying: OnInit: .sex=G_FEMALE; - .distance=4; + .distance=8; end; } |