From e97b94d91ab5ee8474274f0c9d31addc38eec283 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Wed, 21 May 2014 13:07:54 +0000 Subject: [PATCH] The generated scripts need some required symbols to be defined. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1479 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleSimulationCraft.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvaleSimulationCraft.lua b/OvaleSimulationCraft.lua index 7f114b1..5a501ca 100644 --- a/OvaleSimulationCraft.lua +++ b/OvaleSimulationCraft.lua @@ -227,7 +227,7 @@ do tinsert(symbols, v) end end - self:Append(script, "### Pre-defined symbols") + self:Append(script, "### Required symbols") for _, v in ipairs(symbols) do self:Append(script, format("# %s", v)) end -- 1.7.9.5