diff options
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 614acaf09..3d7435dbe 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -5786,6 +5786,7 @@ int skill_castend_id (int tid, unsigned int tick, int id, int data) { //When Asura fails... (except when it fails from Fog of Wall) //Consume SP/spheres skill_check_condition(sd,ud->skillid, ud->skilllv,1); + status_set_sp(src, 0, 0); sc = &sd->sc; if (sc->count) { //End states |