Mercurial > wow > wowdb-profiler
changeset 99:2b8471a4e84c
Changed the Spell ID for Fishing - the old one was removed in MoP.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Fri, 31 Aug 2012 14:32:27 -0500 |
parents | 6b118dd1baf4 |
children | e684a68efc5f |
files | Constants.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Constants.lua Fri Aug 31 10:18:03 2012 -0500 +++ b/Constants.lua Fri Aug 31 14:32:27 2012 -0500 @@ -51,7 +51,7 @@ [_G.GetSpellInfo(13262)] = "DISENCHANT", [_G.GetSpellInfo(4036)] = "ENGINEERING", [_G.GetSpellInfo(30427)] = "EXTRACT_GAS", - [_G.GetSpellInfo(7620)] = "FISHING", + [_G.GetSpellInfo(131476)] = "FISHING", [_G.GetSpellInfo(2366)] = "HERB_GATHERING", [_G.GetSpellInfo(51005)] = "MILLING", [_G.GetSpellInfo(605)] = "MIND_CONTROL",