Updated fields to match current database

This commit is contained in:
cabfever
2015-01-29 23:40:08 +00:00
committed by Antz
parent 6cd6c20a26
commit f3df2e3052
7 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -330,7 +330,7 @@ if (!$quest = load_cache(10, intval($id))) {
WHERE
q.quest=?d
AND c.entry=q.id
AND factiontemplateID=c.faction_A
AND factiontemplateID=c.FactionAlliance
', ($_SESSION['locale'] > 0) ? $_SESSION['locale'] : DBSIMPLE_SKIP, ($_SESSION['locale'] > 0) ? 1 : DBSIMPLE_SKIP, $quest['entry']
);
if ($rows) {
@@ -396,7 +396,7 @@ if (!$quest = load_cache(10, intval($id))) {
WHERE
q.quest=?d
AND c.entry=q.id
AND factiontemplateID=c.faction_A
AND factiontemplateID=c.FactionAlliance
', ($_SESSION['locale'] > 0) ? $_SESSION['locale'] : DBSIMPLE_SKIP, ($_SESSION['locale'] > 0) ? 1 : DBSIMPLE_SKIP, $quest['entry']
);
if ($rows) {