fix(DB/SAI): fix Phantasmal Water repeated casts never firing (#25376)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew 2026-04-05 10:58:14 -03:00 committed by GitHub
parent 00b3b487bd
commit 9fe14a2071
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
UPDATE `smart_scripts` SET `event_phase_mask` = 0 WHERE `entryorguid` = 27653 AND `id` IN (2, 3);