fix(DB/Proc): block on-demand trinket procs (#25630)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-06-30 15:45:12 -05:00
committed by GitHub
parent 1bd5fb7037
commit 2f07cd4c8a
2 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -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))