Core/SAI: Move (any) value for SMART_EVENT_MOVEMENTINFORM point to 0xFFFFFFFF (#28417)

This commit is contained in:
ModoX
2022-10-31 21:33:57 +01:00
committed by GitHub
parent f205e50f92
commit 204cf030cc
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `smart_scripts` SET `event_param2`=0xFFFFFFFF WHERE `event_type`=34 AND `event_param2`=0;