- 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:
skotlex
2007-04-10 16:19:32 +00:00
parent b6bfcce712
commit 0aa57161b9
3 changed files with 43 additions and 10 deletions

View File

@@ -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);