Показать сообщение отдельно
Старый 05.06.2011, 11:11   #253
Tronik
Trinity User
 
Регистрация: 09.12.2009
Сообщений: 10
Сказал(а) спасибо: 1
Поблагодарили 3 раз(а) в 1 сообщении
Tronik На верном пути
По умолчанию

Код:
2011-06-05 08:54:07 ERROR: Table 'creature_loot_template' entry 11583 group 1 has total chance > 100% (155.000000)
2011-06-05 08:54:07 ERROR: Table 'creature_loot_template' entry 11583 group 3 has total chance > 100% (105.000000)
2011-06-05 08:54:01 ERROR: Creature (Entry: 29005) has invalid unit_class (0) in creature_template. Set to 1 (UNIT_CLASS_WARRIOR).
Фикс:
Код:
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`='44' WHERE (`entry`='11583') AND (`item`='19003');
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`='47' WHERE (`entry`='11583') AND (`item`='19002');
UPDATE `creature_template` SET `unit_class`='1' WHERE (`entry`='29005');
Tronik вне форума