Advertisement
IcariumQA

Spell_proc "triggered_can_proc"

Sep 11th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.28 KB | None | 0 0
  1. UPDATE spell_proc b
  2. SET b.AttributesMask = b.AttributesMask + 2
  3. WHERE b.SpellId IN (-931226,-53486,-51682,-51625,-50880,-31571,-31226,-19184,56453,81213,81224,844543,844545,853486,919184,919387,919388,931571,931572,958872,966041,966042,966043,979730)
  4. AND ((b.attributesmask & 2) = 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement