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

Comparing deliantra/server/ext/ipo.ext (file contents):
Revision 1.6 by root, Wed Apr 18 17:32:06 2007 UTC vs.
Revision 1.7 by root, Tue Jun 19 20:39:30 2007 UTC

201 $cnt++; 201 $cnt++;
202 } 202 }
203 } 203 }
204 204
205 if ($cnt) { 205 if ($cnt) {
206 $who->reply ($npc, $cnt == 1 ? "Here is your pakage." : "Here are your packages."); 206 $who->reply ($npc, $cnt == 1 ? "Here is your package." : "Here are your packages.");
207 } else { 207 } else {
208 $who->reply ($npc, "Sorry, no deliverys for you sir."); 208 $who->reply ($npc, "Sorry, no deliveries for you sir.");
209 } 209 }
210 } 210 }
211 211
212 } elsif ($cmd eq 'send') { 212 } elsif ($cmd eq 'send') {
213 unless ($arguments =~ /^\S+$/) { 213 unless ($arguments =~ /^\S+$/) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines