diff options
author | Killyana <morphone1@gmail.com> | 2018-08-26 13:48:16 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-08-26 13:48:16 +0200 |
commit | 866ff3237e39f43a26b9fec3d6300698adf235ba (patch) | |
tree | de2ac11217ca912c796bca2c7e5957ff2737a5fe | |
parent | 7346793bcdfef591658b6934220dc25ee52351a3 (diff) |
DB: Typo
-rw-r--r-- | sql/updates/world/3.3.5/2018_08_26_02_world_335.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_26_02_world_335.sql b/sql/updates/world/3.3.5/2018_08_26_02_world_335.sql index 0031fd8de48..b72239540dd 100644 --- a/sql/updates/world/3.3.5/2018_08_26_02_world_335.sql +++ b/sql/updates/world/3.3.5/2018_08_26_02_world_335.sql @@ -1,2 +1,2 @@ -- -UPDATE FROM `event_scripts` SET `datalong`=5448 WHERE `id`=15452; +UPDATE `event_scripts` SET `datalong`=5448 WHERE `id`=15452; |