diff options
| author | offl <offl@users.noreply.github.com> | 2021-12-09 03:12:15 +0200 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-12-09 03:12:15 +0200 |
| commit | 8516984ffe1a0241b5cfc47f2d0124291503aec1 (patch) | |
| tree | bf72437df899514d141685af57c0a55d1b2e697b /sql/updates | |
| parent | d57286521a8bd1d41e6d47ddb05438e972e6779c (diff) | |
DB/SAI: Replace SMART_ACTION_SEND_GO_CUSTOM_ANIM with GameObjectActions
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_12_09_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_12_09_04_world.sql b/sql/updates/world/3.3.5/2021_12_09_04_world.sql new file mode 100644 index 00000000000..608b3724073 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_12_09_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `action_type` = 147, `action_param1` = 1 WHERE `action_type` = 93 AND `action_param1` = 0; +UPDATE `smart_scripts` SET `action_type` = 147, `action_param1` = 4 WHERE `action_type` = 93 AND `action_param1` = 3; |
