Bug - Fixed Summon Confiscated Things false image entry in classskills.txt

ckb

Minion
Staff member
Summon Confiscated Things does not have a skill image. In classskills.txt, most summon skills (id 8000-8999) leave this blank. Summon Confiscated Things has the image entry as '1', for consistency.


Current Entry:
Code:
8204	Summon Confiscated Things	1	1	5	0

Should be:
Code:
8204	Summon Confiscated Things		1	5	0
 
Top