fix(DB/Creature): Remove smoothTransition for Guardian of Life (33528) (#25233)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2026-03-25 18:16:25 -05:00 committed by GitHub
parent 2f3a90e844
commit e20f798a0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Remove smoothTransition for Guardian of Life (33528)
UPDATE `waypoint_data` SET `smoothTransition` = 0 WHERE `id` IN (1375280, 1375290, 1375300, 1375310);