diff options
author | Meji <alvaro.megias@outlook.com> | 2024-10-22 04:01:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 04:01:37 +0200 |
commit | 0d5242daae3fab31ffc73faafa21ad65e5cd9670 (patch) | |
tree | 621319d99ff81216e1ff935fcce1db080cbdba32 /sql | |
parent | 86fcdab2b4df3baea93df38bb71960ed9f3c75cc (diff) |
Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_10_22_03_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_10_22_03_world.sql b/sql/updates/world/master/2024_10_22_03_world.sql new file mode 100644 index 00000000000..697d82f7bd7 --- /dev/null +++ b/sql/updates/world/master/2024_10_22_03_world.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `event_param3`=0 WHERE `event_type`=46; |