Core/DBLayer: Correct few more wrong read types (No. 4)

DB/World: Some consistency in the ints "length" field (not really a length)

All world dbs checked
This commit is contained in:
Nay
2012-03-27 21:36:16 +01:00
parent 8e87fe2744
commit 729f419af1
8 changed files with 97 additions and 33 deletions

View File

@@ -55,7 +55,7 @@ void LoadSkillExtraItemTable()
SkillExtraItemStore.clear(); // need for reload
// 0 1 2 3
// 0 1 2 3
QueryResult result = WorldDatabase.Query("SELECT spellId, requiredSpecialization, additionalCreateChance, additionalMaxNum FROM skill_extra_item_template");
if (!result)