diff options
| author | Killyana <morphone1@gmail.com> | 2018-02-14 01:03:03 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-02-14 01:03:03 +0100 |
| commit | 826b3cf09e1638c27f6d47bef35cc041f4a17381 (patch) | |
| tree | 562a02ed802fe4ed96ef5ece79652f91aba8ccda | |
| parent | f071fa9e931533c28e6b9d8b0e38ed8878ce2b45 (diff) | |
DB: Fixing a typo from a previous commit
Ref https://github.com/TrinityCore/TrinityCore/commit/9f59fb54fc16e06f81a1e99df4076c939bdb3339
| -rw-r--r-- | sql/updates/world/3.3.5/2018_02_14_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_14_00_world.sql b/sql/updates/world/3.3.5/2018_02_14_00_world.sql new file mode 100644 index 00000000000..6139607d986 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_14_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=0, `action_param2`=180 WHERE `source_type`=9 AND `entryorguid`=2878000 AND `id` IN (7); |
