Bug #148: PK Spells
ID | #148 |
---|---|
Submitter | Hollows |
Product | EOSERV |
Severity | Normal |
Status | CLOSED, FIXED |
Submitted | 7th Oct 2012 |
Updated | 7th Oct 2012 |
Rev# | Date | Description |
---|---|---|
r358 | 07 Oct 2012 21:49:34 UTC | Make spell target checking code match client, Disallow casting damage spells on yourself in P ... |
12 years, 8 weeks ago
You can use damage spells on yourself in PK. this can easily be fixed by adding something like: if (victim == from) { return; } I just wanted to let you know.
Comments
12 years, 8 weeks ago
Which leads to a very easy to discover bug #149. Tested on main to not let you damage yourself.
Updated Severity to NORMAL
Updated Status to CONFIRMED
12 years, 8 weeks ago
Fixed in r358. Shame, thought it was cool. =[
Updated Status to CLOSED, FIXED
Add Comment
Please don't post unless you have something relevant to the bug to say.
Do not comment to say "thanks" or "fix this please".
Please log in to add comments. EOSERV Bug Tracker > Bug #148: PK Spells