diff --git a/common/shareddb.cpp b/common/shareddb.cpp index a49cec4e8..03d6c4c52 100644 --- a/common/shareddb.cpp +++ b/common/shareddb.cpp @@ -2011,7 +2011,7 @@ void SharedDatabase::LoadLootDrops(void *data, uint32 size) { current_id = id; } - if(current_entry > 1260) { + if(current_entry >= 1260) { continue; }