Mercurial > wow > wowdb-profiler
comparison Main.lua @ 517:0ca9202b8d7d
Fixed accidental change.
author | MMOSimca <mmosimca@gmail.com> |
---|---|
date | Tue, 08 Nov 2016 18:25:22 -0500 |
parents | 36a08bd1523b |
children | 0635db205d44 |
comparison
equal
deleted
inserted
replaced
516:36a08bd1523b | 517:0ca9202b8d7d |
---|---|
68 local LOOT_SLOT_MONEY = _G.LOOT_SLOT_MONEY | 68 local LOOT_SLOT_MONEY = _G.LOOT_SLOT_MONEY |
69 | 69 |
70 local WORLD_MAP_ID_BROKEN_ISLES = 1007 | 70 local WORLD_MAP_ID_BROKEN_ISLES = 1007 |
71 | 71 |
72 -- Removed in Patch 7.0.3; previously used to determine if a system message was a quest reward or not | 72 -- Removed in Patch 7.0.3; previously used to determine if a system message was a quest reward or not |
73 --local ERR_QUEST_REWARD_ITEM_MULT_IS = _G.ERR_QUEST_REWARD_ITEM_MULT_IS or "Received %d of item: %s." | 73 local ERR_QUEST_REWARD_ITEM_MULT_IS = _G.ERR_QUEST_REWARD_ITEM_MULT_IS or "Received %d of item: %s." |
74 --local ERR_QUEST_REWARD_ITEM_S = _G.ERR_QUEST_REWARD_ITEM_S or "Received item: %s." | 74 local ERR_QUEST_REWARD_ITEM_S = _G.ERR_QUEST_REWARD_ITEM_S or "Received item: %s." |
75 | 75 |
76 local ALLOWED_LOCALES = { | 76 local ALLOWED_LOCALES = { |
77 enUS = true, | 77 enUS = true, |
78 enGB = true, | 78 enGB = true, |
79 enTW = true, | 79 enTW = true, |