- Modified spirit of Wizard so that the consumption of 'Fragments' when blocking bounced spells will only consume 1 Fragment per skill casted, regardless of how many hits were reflected.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10207 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -8118,7 +8118,7 @@ BUILDIN_FUNC(sc_end)
|
||||
BUILDIN_FUNC(getscrate)
|
||||
{
|
||||
struct block_list *bl;
|
||||
int sc_def=0,type,rate;
|
||||
int type,rate;
|
||||
|
||||
type=script_getnum(st,2);
|
||||
rate=script_getnum(st,3);
|
||||
|
||||
Reference in New Issue
Block a user