mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(DB/Proc): block on-demand trinket procs (#25630)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
@@ -1481,7 +1481,8 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
player->CastSpell(player, stoneSpell, false);
|
||||
// Cast as the warlock owner so the clicker's trinkets can't proc.
|
||||
owner->CastSpell(player, stoneSpell, true);
|
||||
|
||||
// Item has to actually be created to remove a charge on the well.
|
||||
if (player->HasItemCount(stoneId))
|
||||
|
||||
Reference in New Issue
Block a user