diff options
author | offl <offl@users.noreply.github.com> | 2020-08-24 22:31:32 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-08-24 22:31:32 +0300 |
commit | 0116a31cd61e7b53e7d3e74d2c0e01f0f48acc85 (patch) | |
tree | 647f7527d75ea7073801bde8bd8a326ff5dde043 | |
parent | 27b1930d97d541c241655d8b820cbaebe6eec44e (diff) |
DB/SAI: Remove no longer needed param from Private Hendel's script
Ref #25294
-rw-r--r-- | sql/updates/world/3.3.5/2020_08_24_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_24_00_world_335.sql b/sql/updates/world/3.3.5/2020_08_24_00_world_335.sql new file mode 100644 index 00000000000..d1c654972c1 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_24_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param3` = 0 WHERE `entryorguid` = 4966 AND `id` = 2 AND `source_type` = 0; |