mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
Disable pet taunt
This commit is contained in:
parent
b81ccfa829
commit
bca621a883
@ -38,7 +38,7 @@ bool TogglePetSpellAutoCastAction::Execute(Event event)
|
|||||||
bool shouldApply = true;
|
bool shouldApply = true;
|
||||||
// imp's spell, felhunte's intelligence, cat stealth
|
// imp's spell, felhunte's intelligence, cat stealth
|
||||||
if (spellId == 4511 || spellId == 1742 || spellId == 54424 || spellId == 57564 || spellId == 57565 ||
|
if (spellId == 4511 || spellId == 1742 || spellId == 54424 || spellId == 57564 || spellId == 57565 ||
|
||||||
spellId == 57566 || spellId == 57567 || spellId == 24450)
|
spellId == 57566 || spellId == 57567 || spellId == 24450 || spellId == 53477)
|
||||||
{
|
{
|
||||||
shouldApply = false;
|
shouldApply = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user