This commit is contained in:
Light2
2013-09-21 19:04:46 +02:00
60 changed files with 1027 additions and 4 deletions
+1
View File
@@ -264,6 +264,7 @@ public class CharacterService implements INetworkDispatch {
object._add(weapon);
object.setWeaponId(weapon.getObjectID());
core.scriptService.callScript("scripts/", "starterclothing", "CreateStarterClothing", core, object, clientCreateCharacter.getStarterProfession(), clientCreateCharacter.getRaceTemplate());
core.scriptService.callScript("scripts/", "CreateStartingCharacter", "demo", core, object);
core.getCreatureODB().put(object, Long.class, CreatureObject.class, object.getTransaction());