Сообщений: 156
Тем: 34
Зарегистрирован: Dec 2009
Репутация:
-13
Вообщем так
Realm running as realm ID 1
SQL: SELECT db_version, script_version, cache_id FROM version LIMIT 1
ERROR: [1054] Unknown column 'script_version' in 'field list'
Using World DB: Unknown world database.
Using creature EventAI: Unknown creature EventAI.
Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
Using DataDir /server/wow/335/
VMap height checking disabled! Creatures movements and other various things WILL be broken! Expect no support.
WORLD: VMap support included. LineOfSight:0, getHeight:0, indoorCheck:1 PetLOS:1
WORLD: VMap data directory is: /server/wow/335/vmaps
Loading Trinity strings...
>> Loaded 928 Trinity strings from table trinity_string in 2 ms
SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72504 at field id:2124 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 71544 at field id:2125 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72010 at field id:2125 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72011 at field id:2125 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72012 at field id:2125 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 71946 at field id:2126 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72031 at field id:2126 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72032 at field id:2126 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72033 at field id:2126 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72091 at field id:2127 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72095 at field id:2127 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72034 at field id:2128 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72096 at field id:2128 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72082 at field id:2129 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72097 at field id:2129 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72004 at field id:2130 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72098 at field id:2130 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 69291 at field id:2131 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72101 at field id:2131 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72102 at field id:2131 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72103 at field id:2131 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72090 at field id:2132 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
spelldifficulty_dbc: spell 72104 at field id:2132 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
Версия ядра Arcanum core 3.5
База YTDB 612 + апдйты с папки, DBC извлекал из своего клиента и копировал в сервер , не понимаю почему он ругается якобы в базе нету этих DBC?
2) Странная штука ERROR: [1054] Unknown column 'script_version' in 'field list' ( нету таблицы ? ) я залилвал чистую базу и в ней уже не было этой таблицы , что тут думать?
Сообщений: 445
Тем: 46
Зарегистрирован: Oct 2011
12-20-2011, 08:43 AM
(Сообщение последний раз редактировалось: 12-20-2011, 08:44 AM Darvin.)
нету у тебя колонки 'script_version' а не таблицы! смотри по ядру где этот запрос вызываеться и добовляй в табл этут колонку!
Добавлено через 1 минуту
вот тебе запрос твой SQL: SELECT db_version, script_version, cache_id FROM version LIMIT 1
табл у тебя есть version
вот и добавь туда колонку эту
Сообщений: 156
Тем: 34
Зарегистрирован: Dec 2009
Репутация:
-13
Ошибку с с колонкой решил теперь её нету что делать с DBC из за этой ошибки сервер не загружается((
Логн сервера
2011-12-20 17:51:25 Realm running as realm ID 1
2011-12-20 17:51:25 Using World DB: Unknown world database.
2011-12-20 17:51:25 Using creature EventAI: Unknown creature EventAI.
2011-12-20 17:51:25 Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
2011-12-20 17:51:25 Using DataDir /server/wow/335/
2011-12-20 17:51:25 ERROR: VMap height checking disabled! Creatures movements and other various things WILL be broken! Expect no support.
2011-12-20 17:51:25 WORLD: VMap support included. LineOfSight:0, getHeight:0, indoorCheck:1 PetLOS:1
2011-12-20 17:51:25 WORLD: VMap data directory is: /server/wow/335/vmaps
2011-12-20 17:51:25
2011-12-20 17:51:25 Loading Trinity strings...
2011-12-20 17:51:25 >> Loaded 932 Trinity strings from table trinity_string in 1 ms
2011-12-20 17:51:25
2011-12-20 17:51:25 Initialize data stores...
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 50864 at field id:6 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 69848 at field id:6 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 69849 at field id:6 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 69850 at field id:6 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66532 at field id:241 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66963 at field id:241 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66964 at field id:241 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66965 at field id:241 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66528 at field id:281 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67029 at field id:281 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67030 at field id:281 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67031 at field id:281 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66519 at field id:301 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67042 at field id:301 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67043 at field id:301 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67044 at field id:301 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66495 at field id:302 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67045 at field id:302 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67046 at field id:302 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67047 at field id:302 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66237 at field id:304 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67049 at field id:304 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67050 at field id:304 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67051 at field id:304 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66242 at field id:321 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67059 at field id:321 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67060 at field id:321 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67061 at field id:321 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66252 at field id:341 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67067 at field id:341 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67068 at field id:341 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67069 at field id:341 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66877 at field id:342 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67070 at field id:342 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67071 at field id:342 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67072 at field id:342 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66359 at field id:343 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67073 at field id:343 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67074 at field id:343 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67075 at field id:343 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66336 at field id:344 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67076 at field id:344 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67077 at field id:344 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67078 at field id:344 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 62844 at field id:345 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67088 at field id:345 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67089 at field id:345 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67090 at field id:345 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66378 at field id:346 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67097 at field id:346 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67098 at field id:346 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67099 at field id:346 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66316 at field id:347 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67100 at field id:347 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67101 at field id:347 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67102 at field id:347 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66263 at field id:348 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67103 at field id:348 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67104 at field id:348 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67105 at field id:348 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66228 at field id:349 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67106 at field id:349 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67107 at field id:349 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67108 at field id:349 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 62382 at field id:361 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67114 at field id:361 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66077 at field id:381 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67152 at field id:381 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67153 at field id:381 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67154 at field id:381 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66059 at field id:382 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67155 at field id:382 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67156 at field id:382 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67157 at field id:382 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66140 at field id:383 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67158 at field id:383 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67159 at field id:383 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67160 at field id:383 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66141 at field id:384 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67161 at field id:384 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67162 at field id:384 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67163 at field id:384 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66078 at field id:385 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67165 at field id:385 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67166 at field id:385 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67167 at field id:385 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66107 at field id:386 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67168 at field id:386 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67169 at field id:386 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67170 at field id:386 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65808 at field id:387 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67172 at field id:387 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67173 at field id:387 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67174 at field id:387 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65684 at field id:388 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67176 at field id:388 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67177 at field id:388 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67178 at field id:388 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65827 at field id:389 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67179 at field id:389 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67180 at field id:389 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67181 at field id:389 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66058 at field id:390 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67182 at field id:390 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67183 at field id:390 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67184 at field id:390 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66048 at field id:401 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67203 at field id:401 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67204 at field id:401 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67205 at field id:401 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66046 at field id:402 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67206 at field id:402 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67207 at field id:402 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67208 at field id:402 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65724 at field id:403 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67213 at field id:403 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67214 at field id:403 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67215 at field id:403 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65748 at field id:404 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67216 at field id:404 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67217 at field id:404 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67218 at field id:404 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65686 at field id:405 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67222 at field id:405 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67223 at field id:405 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67224 at field id:405 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65795 at field id:406 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67238 at field id:406 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67239 at field id:406 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67240 at field id:406 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65828 at field id:407 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67241 at field id:407 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67242 at field id:407 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67243 at field id:407 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65879 at field id:408 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67244 at field id:408 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67245 at field id:408 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67246 at field id:408 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65916 at field id:409 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67248 at field id:409 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67249 at field id:409 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67250 at field id:409 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65874 at field id:421 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67256 at field id:421 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67257 at field id:421 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67258 at field id:421 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65858 at field id:422 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67259 at field id:422 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67260 at field id:422 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67261 at field id:422 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65768 at field id:423 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67262 at field id:423 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67263 at field id:423 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67264 at field id:423 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65769 at field id:424 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67265 at field id:424 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67266 at field id:424 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67267 at field id:424 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65766 at field id:425 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67270 at field id:425 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67271 at field id:425 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67272 at field id:425 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65767 at field id:426 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67274 at field id:426 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67275 at field id:426 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67276 at field id:426 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66001 at field id:441 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67281 at field id:441 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67282 at field id:441 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67283 at field id:441 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67247 at field id:461 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67290 at field id:461 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67254 at field id:462 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67291 at field id:462 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67197 at field id:463 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67292 at field id:463 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65950 at field id:464 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67296 at field id:464 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67297 at field id:464 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67298 at field id:464 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65875 at field id:466 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67303 at field id:466 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67304 at field id:466 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67305 at field id:466 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65876 at field id:467 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67306 at field id:467 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67307 at field id:467 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67308 at field id:467 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66069 at field id:468 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67309 at field id:468 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67310 at field id:468 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67311 at field id:468 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66075 at field id:469 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67312 at field id:469 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67313 at field id:469 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67314 at field id:469 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66829 at field id:470 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67315 at field id:470 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67316 at field id:470 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67317 at field id:470 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65949 at field id:471 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67318 at field id:471 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67319 at field id:471 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67320 at field id:471 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66665 at field id:481 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67328 at field id:481 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66670 at field id:482 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67329 at field id:482 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66813 at field id:483 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67330 at field id:483 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66809 at field id:484 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67331 at field id:484 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66684 at field id:485 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67332 at field id:485 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66765 at field id:486 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67333 at field id:486 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66655 at field id:501 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67436 at field id:501 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67441 at field id:502 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67442 at field id:502 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66195 at field id:503 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67444 at field id:503 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66184 at field id:504 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67446 at field id:504 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66289 at field id:505 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67448 at field id:505 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67199 at field id:506 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67450 at field id:506 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67453 at field id:507 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67454 at field id:507 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66542 at field id:508 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67456 at field id:508 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67458 at field id:509 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67459 at field id:509 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66203 at field id:510 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67462 at field id:510 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66320 at field id:521 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67472 at field id:521 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67473 at field id:521 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67475 at field id:521 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66331 at field id:541 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67477 at field id:541 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67478 at field id:541 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67479 at field id:541 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 65811 at field id:561 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67511 at field id:561 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67512 at field id:561 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67513 at field id:561 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67590 at field id:581 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67602 at field id:581 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67603 at field id:581 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67604 at field id:581 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66880 at field id:601 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67606 at field id:601 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67607 at field id:601 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67608 at field id:601 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66819 at field id:602 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67609 at field id:602 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67610 at field id:602 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67611 at field id:602 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66824 at field id:603 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67612 at field id:603 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67613 at field id:603 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67614 at field id:603 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66901 at field id:604 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67615 at field id:604 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67616 at field id:604 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67617 at field id:604 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66823 at field id:605 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67618 at field id:605 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67619 at field id:605 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67620 at field id:605 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66870 at field id:606 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67621 at field id:606 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67622 at field id:606 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67623 at field id:606 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66879 at field id:607 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67624 at field id:607 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67625 at field id:607 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67626 at field id:607 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66902 at field id:608 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67627 at field id:608 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67628 at field id:608 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67629 at field id:608 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66118 at field id:609 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67630 at field id:609 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 68646 at field id:609 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 68647 at field id:609 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66796 at field id:610 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67632 at field id:610 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67633 at field id:610 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67634 at field id:610 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66820 at field id:611 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67635 at field id:611 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67636 at field id:611 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67637 at field id:611 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66881 at field id:612 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67638 at field id:612 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67639 at field id:612 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67640 at field id:612 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66883 at field id:613 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67641 at field id:613 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67642 at field id:613 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67643 at field id:613 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66794 at field id:614 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67644 at field id:614 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67645 at field id:614 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67646 at field id:614 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66330 at field id:615 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67647 at field id:615 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67648 at field id:615 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67649 at field id:615 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66689 at field id:616 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67650 at field id:616 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67651 at field id:616 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67652 at field id:616 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66770 at field id:617 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67654 at field id:617 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67655 at field id:617 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67656 at field id:617 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66759 at field id:618 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67657 at field id:618 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67658 at field id:618 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67659 at field id:618 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66683 at field id:619 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67660 at field id:619 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67661 at field id:619 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67662 at field id:619 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67345 at field id:620 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67663 at field id:620 at spellid1 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67664 at field id:620 at spellid2 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67665 at field id:620 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 66536 at field id:621 at spellid0 does not exist in SpellStore (spell.dbc), loaded as 0
Сообщений: 979
Тем: 33
Зарегистрирован: Jan 2010
Репутация:
5,857
че за бред, если вы не знаете англ. яз. так зачем пытаетесь....
Цитата:Unknown column 'script_version' in 'field list'
написано НЕ ОТСУТСТВИЕ, а НЕИЗВЕСТНАЯ колонка...
Сообщений: 445
Тем: 46
Зарегистрирован: Oct 2011
тебе счервер сам говорит что и как
2011-12-20 17:51:25 ERROR: spelldifficulty_dbc: spell 67665 at field id:620 at spellid3 does not exist in SpellStore (spell.dbc), loaded as 0
does not exist in SpellStore (spell.dbc), loaded as 0вподсказка дана думай
Сообщений: 979
Тем: 33
Зарегистрирован: Jan 2010
Репутация:
5,857
Darvin комп не человек, он не говорит точной причины ошибки, в данном случае dbc это лишь следствие проблемы из базы.
Сообщений: 156
Тем: 34
Зарегистрирован: Dec 2009
Репутация:
-13
Sharki Написал:че за бред, если вы не знаете англ. яз. так зачем пытаетесь....
написано НЕ ОТСУТСТВИЕ, а НЕИЗВЕСТНАЯ колонка...
Её там не было) как она может быть не известная?)
Сообщений: 445
Тем: 46
Зарегистрирован: Oct 2011
does not exist in SpellStore (spell.dbc)
вот ваша ошибка. ищите дальше сами
Сообщений: 979
Тем: 33
Зарегистрирован: Jan 2010
Репутация:
5,857
12-21-2011, 06:44 AM
(Сообщение последний раз редактировалось: 12-21-2011, 01:16 PM Itachi.)
maa Написал:Её там не было) как она может быть не известная?)
может, если не определена в ядре(или наоборот)
Darvin Написал:does not exist in SpellStore (spell.dbc)
вот ваша ошибка. ищите дальше сами
вы хоть раз видели вов сервер? dbc - не база, извлекаются они отдельный компилятором
Сообщений: 445
Тем: 46
Зарегистрирован: Oct 2011
а кто щас пробазу пишет! 1 ошибка была связанас бозой!
2 ошибка нет чего-то! я вов не делаю я просто намекнул на ошибку!
|