From 3b16c86007b8cda73d1a00253dd350f06ceb6b81 Mon Sep 17 00:00:00 2001 From: KimLS Date: Fri, 22 Aug 2014 14:50:13 -0700 Subject: [PATCH] Fix for aa effect loading. --- zone/aa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/aa.cpp b/zone/aa.cpp index 01a34d9b2..1bf2ba690 100644 --- a/zone/aa.cpp +++ b/zone/aa.cpp @@ -1473,7 +1473,7 @@ bool ZoneDatabase::LoadAAEffects2() { return false; } - if (results.RowCount()) { //no results + if (!results.RowCount()) { //no results LogFile->write(EQEMuLog::Error, "Error loading AA Effects, none found in the database."); return false; }