Make the check script pass the current code.
Johnny C. Lam [03-30-13 - 01:51]
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
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, ".");