Guild info bug..

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

woozc
Noob
Noob
Posts: 4
Joined: 07 Apr 2008, 05:48

Guild info bug..

#1 Post by woozc »

If I use "guild info" command in TaiwanServer, the guild name show incorrect name. So I add and change some code in Command.pm..... :shock: ...And those code I cut from other place in the same file.

----------------------Command.pm----------------------------

sub cmdGuild {
my $guildName = $char->{guild} ? $char->{guild}{name} : T("None");
my (undef, $args) = @_;
my ($arg1, $arg2) = split(' ', $args, 2);

........................................................

} elsif ($arg1 eq "info") {
message swrite(T("---------- Guild Information ----------\n" .
"Name : \@<<<<<<<<<<<<<<<<<<<<<<<<\n" .
"Lv : \@<<\n" .
"Exp : \@>>>>>>>>>/\@<<<<<<<<<<\n" .
"Master : \@<<<<<<<<<<<<<<<<<<<<<<<<\n" .
"Connect : \@>>/\@<<"),
[$guildName, $guild{lvl}, $guild{exp}, $guild{next_exp}, $guild{master},
$guild{conMember}, $guild{maxMember}]), "info";
hakore
Super Moderators
Super Moderators
Posts: 200
Joined: 16 May 2008, 08:28
Noob?: No

Re: Guild info bug..

#2 Post by hakore »

Fixed in SVN (Revision 6424).

Thanks for the report. Moved.
Whatever...
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Guild info bug..

#3 Post by kLabMouse »

Fixed.
Closed.