doh forgot shadowform

This commit is contained in:
Hendrik Leppkes
2008-03-27 10:19:03 +00:00
parent 8e97e69b42
commit 2c00040582
+1 -1
View File
@@ -167,7 +167,7 @@ module.DefaultStanceMap = setmetatable({}, { __index = function(t,k)
}
elseif k == "PRIEST" then
newT = {
{ id = "shadowform", name = "Shadowform", index = 1 },
{ id = "shadowform", name = GetSpellInfo(15473), index = 1 },
}
end
rawset(t, k, newT)