diff options
author | Killyana <morphone1@gmail.com> | 2018-03-15 20:53:51 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-03-15 20:53:51 +0100 |
commit | 25d4bcba3d2408dab6dc5a147136c5a0e55e3097 (patch) | |
tree | ef8583d6b9607e55fe14b859d09e8c10e7651251 | |
parent | 9e0a343f729eb7e172c447dccb066f4f236aa11e (diff) |
DB/SAI: Fix a typo in a previous commit
Ref https://github.com/TrinityCore/TrinityCore/commit/565cbed7bad6df759412e1d367423b074f4e1dd8
-rw-r--r-- | sql/updates/world/3.3.5/2018_03_15_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_03_15_00_world.sql b/sql/updates/world/3.3.5/2018_03_15_00_world.sql new file mode 100644 index 00000000000..5c870472604 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_15_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=18000, `event_param2`=18000, `event_param3`=18000, `event_param4`=18000 WHERE `entryorguid` IN (-111996, -112005) AND `source_type`=0 AND `id`=0 |