ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/books.ext
(Generate patch)

Comparing deliantra/server/ext/books.ext (file contents):
Revision 1.5 by root, Wed Oct 1 17:23:16 2008 UTC vs.
Revision 1.6 by root, Fri May 14 22:56:46 2010 UTC

26 26
27 () 27 ()
28} 28}
29 29
30cf::post_init { 30cf::post_init {
31 cf::async_ext { reload }; 31 $_[0] ? cf::async_ext { reload } : reload
32}; 32};
33 33
34sub make_book { 34sub make_book {
35 my ($book, $level) = @_; 35 my ($book, $level) = @_;
36 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines