From 37317431ae63948058b8df588db6701377533ba7 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Thu, 4 Mar 2010 02:02:13 -0500 Subject: [PATCH] Added private.game_version_names table --- Constants.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Constants.lua b/Constants.lua index 097bfdf..f884de1 100644 --- a/Constants.lua +++ b/Constants.lua @@ -44,6 +44,12 @@ private.item_quality_names = { [6] = "ARTIFACT", } +private.game_version_names = { + [1] = "ORIG", + [2] = "TBC", + [3] = "WOTLK", +} + private.game_versions = { ["ORIG"] = 1, [ "TBC"] = 2, -- 1.7.9.5