diff options
-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; |