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
+1 -1
View File
@@ -94,7 +94,7 @@ $rows = $DB->select('
(name LIKE ?
OR subname LIKE ?
{OR c.entry IN (?a)})
AND factiontemplateID=faction_A
AND factiontemplateID=FactionAlliance
', $npc_cols[0], ($m) ? $_SESSION['locale'] : DBSIMPLE_SKIP, ($m) ? 1 : DBSIMPLE_SKIP, $nsearch, $nsearch, ($m) ? $m : DBSIMPLE_SKIP
);
unset($m);