Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug



> From: "J. McElroy" writes:
> 
> When Compiling crossfire-0.92.2 I get a compile error in server/apply.c
> [snip]
>
> Looking at the code on line 429:
> 
> LOG(llevError,"Error: Player: %s lacks wc experience object\n",who->name);
> 
	Yeah. I did that; funny my compilier doesnt catch it. Its a 
	simple fix. Change 'who' to 'op' ie. line 429 in apply.c should
	be:

LOG(llevError,"Error: Player: %s lacks wc experience object\n",op->name);


						b.t.