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

Adds missing CharacterInventoryService missing entry on services.xml

This commit is contained in:
2012-05-03 20:11:20 -03:00
parent 74c894ae05
commit 22f0a6723f
4 changed files with 12 additions and 0 deletions

View File

@@ -74,6 +74,9 @@
</service>
<service interface="com.l2jserver.service.game.character.ShortcutService"
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
<service
interface="com.l2jserver.service.game.character.CharacterInventoryService"
implementation="com.l2jserver.service.game.character.CharacterInventoryServiceImpl" />
<service interface="com.l2jserver.service.game.AttackService"
implementation="com.l2jserver.service.game.AttackServiceImpl" />
<service interface="com.l2jserver.service.game.npc.NPCService"