Quantcast

Fix Casting() condition to work when passed a spell ID.

Author Johnny C. Lam <jlam88@gmail.com>
Author date 2014-07-18 20:15:15
Author local date 2014-07-18 16:15:15 -0400
Committer Johnny C. Lam <jlam88@gmail.com>
Committer date 2014-07-18 20:15:15
Committer local date 2014-07-18 16:15:15 -0400
Commit 25f46acb7374494e3f9d60e42f3140792c1a3b0a
Tree 997952bf75b960fe37d2c33f90e5b23c07299dfe
Parent 1184b1389a04a18e85cf65cdbfe094e35e40f801
Fix Casting() condition to work when passed a spell ID.

The checks in Casting() were missing one for if the spell ID parameter was
passed and was not the name of spell list, "helpful" or "harmful".

This fixes ticket 382 by @Genkidama.