mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Fix for aa effect loading.
This commit is contained in:
parent
7c451f8170
commit
3b16c86007
@ -1473,7 +1473,7 @@ bool ZoneDatabase::LoadAAEffects2() {
|
|||||||
return false;
|
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.");
|
LogFile->write(EQEMuLog::Error, "Error loading AA Effects, none found in the database.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user