From 312f864fc6cf1f60c0b5720ee52f3c8c1fd46b1d Mon Sep 17 00:00:00 2001 From: rylon Date: Mon, 20 Jan 2014 03:30:22 +0100 Subject: [PATCH] sys table name convention fix, updated system reference --- mojotrollz/dbd/tbl/locale_string.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojotrollz/dbd/tbl/locale_string.php b/mojotrollz/dbd/tbl/locale_string.php index 1b4453d..02ac0f2 100644 --- a/mojotrollz/dbd/tbl/locale_string.php +++ b/mojotrollz/dbd/tbl/locale_string.php @@ -2,7 +2,7 @@ namespace DBD; -class locale_string extends \SYSTEM\DBD\locale_string { +class locale_string extends \SYSTEM\DBD\system_locale_string { const VALUE_CATEGORY_MAINPAGE = 100; const VALUE_CATEGORY_WOW_INFOTEXT_RACES = 120;