Last active
October 2, 2015 15:24
-
-
Save cydh/46f745edb628ee807390 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case TF_BACKSLIDING: //This is the correct implementation as per packet logging information. [Skotlex] | |
clif_skill_nodamage(src,bl,skill_id,skill_lv,1); | |
skill_blown(src,bl,skill_get_blewcount(skill_id,skill_lv),unit_getdir(bl),2); | |
break; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment