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

Comparing deliantra/server/ext/reseller.ext (file contents):
Revision 1.14 by root, Mon Sep 22 01:33:09 2008 UTC vs.
Revision 1.15 by elmex, Mon Oct 6 18:26:35 2008 UTC

156; 156;
157 157
158sub give_back { 158sub give_back {
159 my ($who, $what) = @_; 159 my ($who, $what) = @_;
160 $who->insert ($what); 160 $who->insert ($what);
161 $who->esrv_send_item ($what);
162} 161}
163 162
164sub give_back_with_message { 163sub give_back_with_message {
165 my ($who, $what, $msg) = @_; 164 my ($who, $what, $msg) = @_;
166 $who->message ($msg, cf::NDI_BROWN); 165 $who->message ($msg, cf::NDI_BROWN);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines