(Added) Starter clothing creation when choosing from client

This commit is contained in:
zingzing175
2013-09-19 23:44:01 -07:00
parent f1bf5de216
commit e4b3ef2f0f
52 changed files with 1062 additions and 1 deletions
+2 -1
View File
@@ -264,7 +264,8 @@ public class CharacterService implements INetworkDispatch {
object._add(weapon);
object.setWeaponId(weapon.getObjectID());
core.scriptService.callScript("scripts/", "demo", "CreateStartingCharacter", core, object);
core.scriptService.callScript("scripts/", "starterclothing", "CreateStarterClothing", core, object, clientCreateCharacter.getStarterProfession(), clientCreateCharacter.getRaceTemplate());
core.scriptService.callScript("scripts/", "CreateStartingCharacter", "demo", core, object);