Skip to contents
Try Assembla
Login
Free/Public Space
AE-go
Wiki
Tickets
Milestones
Source/SVN
Team
Stream
Browse
Changesets
Sites
Instructions
root
/
trunk
/
AE-go_GameServer
/
src
/
com
/
aionemu
/
gameserver
/
network
/
aion
/
serverpackets
/
SM_RECIPE_LIST.java
Download diff
Show revision log
1340
2440
44
for(int id : recipeIds)
44
for(int id : recipeIds)
45
{
45
{
46
writeD(buf, id);
46
writeD(buf, id);
47
writeC(buf, 0);
47
}
48
}
48
}
49
}
49
}
50
}