Thread: Buff Conditions
View Single Post
01-04-07, 01:11 PM   #2
Kesshi
A Deviate Faerie Dragon
Join Date: Jan 2007
Posts: 11
Code:
["Caster"] = function(u,c) return c == "MAGE" or c == "WARLOCK" or c == "SHAMAN" or c == "DRUID" end,
Why are Priests excluded from Caster?
  Reply With Quote