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:
@@ -65,7 +65,7 @@
|
|||||||
implementation="com.l2jserver.service.game.spawn.SpawnServiceImpl" />
|
implementation="com.l2jserver.service.game.spawn.SpawnServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.character.CharacterService"
|
<service interface="com.l2jserver.service.game.character.CharacterService"
|
||||||
implementation="com.l2jserver.service.game.character.CharacterServiceImpl">
|
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"
|
<creation allow="true" allowed-races="HUMAN|ELF|DARK_ELF|ORC|DWARF|KAMAEL"
|
||||||
allowed-genders="MALE|FEMALE">
|
allowed-genders="MALE|FEMALE">
|
||||||
<!-- The maximum amount of characters per account -->
|
<!-- The maximum amount of characters per account -->
|
||||||
|
|||||||
@@ -85,7 +85,7 @@
|
|||||||
implementation="com.l2jserver.service.game.spawn.SpawnServiceImpl" />
|
implementation="com.l2jserver.service.game.spawn.SpawnServiceImpl" />
|
||||||
<service interface="com.l2jserver.service.game.character.CharacterService"
|
<service interface="com.l2jserver.service.game.character.CharacterService"
|
||||||
implementation="com.l2jserver.service.game.character.CharacterServiceImpl">
|
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"
|
<creation allow="true" allowed-races="HUMAN|ELF|DARK_ELF|ORC|DWARF|KAMAEL"
|
||||||
allowed-genders="MALE|FEMALE">
|
allowed-genders="MALE|FEMALE">
|
||||||
<!-- The maximum amount of characters per account -->
|
<!-- The maximum amount of characters per account -->
|
||||||
|
|||||||
Reference in New Issue
Block a user