From 3b953bbb7aa0ecbced2c376a9df36b4f70843b37 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Mon, 13 Dec 2010 12:38:19 -0700 Subject: [PATCH] Comment out a few Archaeology things that we had, thanks Pompy for pointing it out. --- Constants.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Constants.lua b/Constants.lua index 057929d..fa6330e 100644 --- a/Constants.lua +++ b/Constants.lua @@ -42,7 +42,7 @@ private.professions = { ["Runeforging"] = private.runeforging_name, ["Smelting"] = GetSpellInfo(2656), ["Tailoring"] = GetSpellInfo(51309), - ["Archaeology"] = GetSpellInfo(89727), + --["Archaeology"] = GetSpellInfo(89727), } private.ordered_professions = { @@ -58,7 +58,7 @@ private.ordered_professions = { private.professions.Runeforging, -- 10 private.professions.Smelting, -- 11 private.professions.Tailoring, -- 12 - private.professions.Archaeology -- 13 + --private.professions.Archaeology -- 13 } private.profession_textures = { -- 1.7.9.5