From 302198ab9cebafafe8cb3b2d8c7080f54810acc4 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Sat, 30 Mar 2013 01:51:24 +0000 Subject: [PATCH] Make the check script pass the current code. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@864 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- compiler.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler.pl b/compiler.pl index 54cd84f..80aa6f3 100644 --- a/compiler.pl +++ b/compiler.pl @@ -24,6 +24,7 @@ $m{"AceAddon-3.0"}{NewModule} = true; $m{AceConfig}{RegisterOptionsTable} = true; $m{"AceConsole-3.0"}{Print} = true; +$m{"AceConsole-3.0"}{Printf} = true; $m{"AceEvent-3.0"}{RegisterEvent} = true; $m{"AceEvent-3.0"}{RegisterMessage} = true; @@ -92,6 +93,7 @@ $p{Skada}{total} = true; $sp{Ovale}{OvaleBestAction} = true; $sp{Ovale}{OvaleCondition} = true; $sp{Ovale}{OvalePool} = true; +$sp{Ovale}{OvaleSkada} = true; $sp{Ovale}{OvaleState} = true; opendir(DIR, "."); -- 1.7.9.5