-
作者帖子
-
2023年3月5日 下午4:59 #865洛加斯特管理员
问题标题(必填):新手任务【死亡证明】所需的任务物品【血色十字军徽记之戒】在部分怪没有掉落
问题详细描述(必填):
在提瑞斯法林地击杀【血色战士】能够掉落任务物品,但是在其他非7级怪上都没有任务物品掉落
附带说明(可选):
http://db.nfuwow.com/80/?npc=1540
http://db.nfuwow.com/80/?npc=1537
http://db.nfuwow.com/80/?npc=1538
2023年3月5日 下午5:06 #874洛加斯特管理员已修复,修复方式:
DELETE FROM
creature_loot_template
WHERE (Entry
= 1539) AND (Item
IN (2875));
INSERT INTOcreature_loot_template
(Entry
,Item
,Reference
,Chance
,QuestRequired
,LootMode
,GroupId
,MinCount
,MaxCount
,Comment
) VALUES
(1539, 2875, 0, 40, 1, 1, 0, 1, 1, ”);DELETE FROM
creature_loot_template
WHERE (Entry
= 1539) AND (Item
IN (2875));
INSERT INTOcreature_loot_template
(Entry
,Item
,Reference
,Chance
,QuestRequired
,LootMode
,GroupId
,MinCount
,MaxCount
,Comment
) VALUES
(1538, 2875, 0, 40, 1, 1, 0, 1, 1, ”);DELETE FROM
creature_loot_template
WHERE (Entry
= 1539) AND (Item
IN (2875));
INSERT INTOcreature_loot_template
(Entry
,Item
,Reference
,Chance
,QuestRequired
,LootMode
,GroupId
,MinCount
,MaxCount
,Comment
) VALUES
(1540, 2875, 0, 40, 1, 1, 0, 1, 1, ”); -
作者帖子
- 话题“【已解决】死亡证明任务所需的任务物品仅有7级怪掉落”已关闭,不接受新回复。