Projekt

Allgemein

Profil

Fehler #30624

Von Connex vor etwa 6 Jahren aktualisiert

Quests wurden mit 6e6f2b4db0b5dc1678198bccdc0dbf5a0c7235c3 fälschlicherweise entfernt. 

 Rückgängig machen: Questgiver flag wird per script gesetzt. 
 6e6f2b4db0b5dc1678198bccdc0dbf5a0c7235c3 

 /* 
 2017-05-14_21:22:44 Table `creature_queststarter` has creature entry (14325) for quest 1318, but npcflag does not include UNIT_NPC_FLAG_QUESTGIVER 
 2017-05-14_21:22:44 Table `creature_queststarter` has creature entry (14325) for quest 7703, but npcflag does not include UNIT_NPC_FLAG_QUESTGIVER 
 2017-05-14_21:22:44 Table `creature_queststarter` has creature entry (14871) for quest 7946, but npcflag does not include UNIT_NPC_FLAG_QUESTGIVER 
 2017-05-14_21:22:44 Table `creature_queststarter` has creature entry (20159) for quest 10287, but npcflag does not include UNIT_NPC_FLAG_QUESTGIVER 
 2017-05-14_21:22:44 Table `creature_questender` has creature entry (14325) for quest 1318, but npcflag does not include UNIT_NPC_FLAG_QUESTGIVER 
 2017-05-14_21:22:44 Table `creature_questender` has creature entry (14325) for quest 7703, but npcflag does not include UNIT_NPC_FLAG_QUESTGIVER 
 2017-05-14_21:22:44 Table `creature_questender` has creature entry (14871) for quest 7946, but npcflag does not include UNIT_NPC_FLAG_QUESTGIVER 
 2017-05-14_21:22:44 Table `creature_questender` has creature entry (20159) for quest 10286, but npcflag does not include UNIT_NPC_FLAG_QUESTGIVER 
 2017-05-14_21:22:44 Table `creature_questender` has creature entry (32518) for quest 13267, but npcflag does not include UNIT_NPC_FLAG_QUESTGIVER 
 */ 

 DELETE FROM creature_questender WHERE id IN (14325, 14871, 20159, 32518); 
 DELETE FROM creature_queststarter WHERE id IN (14325, 14871, 20159, 32518);

Zurück