fix(DB/Waypoints): Set Promenade Sentinels to walk their paths. (#19775)

Init.
This commit is contained in:
Benjamin Jackson 2024-08-28 15:04:49 -04:00 committed by GitHub
parent c8c7362a1e
commit 39a6dce4c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
UPDATE `waypoint_data` SET `move_type` = 0 WHERE `id` IN (1486850, 1486860, 1486870, 1486880);