diff options
author | offl <offl@users.noreply.github.com> | 2020-05-27 16:03:53 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-05-27 16:03:53 +0200 |
commit | 12679fdd080e48c684c6a557754e4ed53c7cd068 (patch) | |
tree | 065c8214fe5fff6353713112173fa4236711c27a | |
parent | 9d7f033bf33b937e255ced00b29cf183f529ee9d (diff) |
DB/SAI: Fix typos in two timed action lists
Closes #24700
-rw-r--r-- | sql/updates/world/3.3.5/2020_05_27_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_27_01_world.sql b/sql/updates/world/3.3.5/2020_05_27_01_world.sql new file mode 100644 index 00000000000..e0b31a1c4de --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_27_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_param1` = 0, `event_param2` = 0 WHERE `entryorguid` = 2397503 AND `source_type` = 9 AND `id` = 0; +UPDATE `smart_scripts` SET `event_param1` = 0, `event_param2` = 0 WHERE `entryorguid` = 3002200 AND `source_type` = 9 AND `id` = 2; |