1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Fixes typo mistake at services.xml

This commit is contained in:
2011-12-29 12:18:16 -02:00
parent 48ed646bb3
commit 92ebaacf67
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@
implementation="com.l2jserver.service.game.spawn.SpawnServiceImpl" />
<service interface="com.l2jserver.service.game.character.CharacterService"
implementation="com.l2jserver.service.game.character.CharacterServiceImpl">
<!-- Defines the restrictions for account creation -->
<!-- Defines the restrictions for character creation -->
<creation allow="true" allowed-races="HUMAN|ELF|DARK_ELF|ORC|DWARF|KAMAEL"
allowed-genders="MALE|FEMALE">
<!-- The maximum amount of characters per account -->