diff options
| author | Meji <alvaro.megias@outlook.com> | 2024-10-22 04:01:37 +0200 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-10-22 19:45:21 +0200 |
| commit | fb56b631716ee52eee3ca5764aabc7fbed56c096 (patch) | |
| tree | 32892d24b3b05454e2a8052ee4d5bfb27e70776e /sql | |
| parent | d07a7592de45c8edd03a7a10c624ee9be9258fe7 (diff) | |
Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367)
(cherry picked from commit 0d5242daae3fab31ffc73faafa21ad65e5cd9670)
# Conflicts:
# sql/updates/world/cata_classic/2024_10_22_03_world.sql
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/cata_classic/2024_10_22_03_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_10_22_03_world.sql b/sql/updates/world/cata_classic/2024_10_22_03_world.sql new file mode 100644 index 00000000000..697d82f7bd7 --- /dev/null +++ b/sql/updates/world/cata_classic/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; |
