Issue information

Issue ID
#1242
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 21, 2008 16:20
Last Post
Hercules Elf Bot
Mar 21, 2008 16:20
Confirmation
N/A

Hercules Elf Bot - Mar 21, 2008 16:20

Originally posted by [b]sketchyphoenix[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1242

At line 2858 in pc.c

CODE
sprintf(output, "Gained %d cash points. Total %d points", points, sd->cashPoints);

should've been
CODE
sprintf(output, "Gained %d cash points. Total %d points", cash, sd->cashPoints);


Otherwise it'll keep saying you gained 0 cash when using @cash

This post has been edited by SketchyPhoenix: Mar 27 2008, 09:39 PM