Skip to content

Commit 35b4c79

Browse files
miracokillerwife
authored andcommitted
Feralas: Add Savage Owlbeast as target for Wildkin Muisek Vessel item
Tested on WoW Classic PTR
1 parent d01a7bd commit 35b4c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/AI/ScriptDevAI/scripts/kalimdor/feralas.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ struct SpecificTargetScript : public SpellScript
591591

592592
struct CaptureWildkin : public SpecificTargetScript // 11886
593593
{
594-
std::set<uint32> m_targets = { 2927, 2928, 7808 };
594+
std::set<uint32> m_targets = { 2927, 2928, 2929, 7808 };
595595

596596
std::set<uint32> const& GetRequiredTargets() const override { return m_targets; }
597597
};

0 commit comments

Comments
 (0)