Browse Source

Correction to an NPC config comment.

Ahmed 17 years ago
parent
commit
680b2197fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      L2_GameServer/java/config/NPC.properties

+ 1 - 1
L2_GameServer/java/config/NPC.properties

@@ -113,7 +113,7 @@ RaidMDefenceMultiplier = 100
 # By default 12Hours*1.0 for Minimum Time and 24Hours*1.0 for Maximum Time.
 # Example:
 #		Setting RaidMaxRespawnMultiplier to 2 will make the time between
-#		re-spawn 12 hours to 48 hours.
+#		re-spawn 24 hours to 48 hours.
 # Retail: 1.0, 1.0
 RaidMinRespawnMultiplier = 1.0
 RaidMaxRespawnMultiplier = 1.0