diff options
| author | Killyana <morphone1@gmail.com> | 2018-09-22 04:56:39 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-09-22 04:56:39 +0200 |
| commit | 28a91300eb9c4760020ae0450685156bca3332f7 (patch) | |
| tree | ef4652d04eecd1752d3f6ad8ded79d43f5158149 | |
| parent | c5b03c8033f7b9db54493e2db14aa50c530a1466 (diff) | |
DB/Script: Fix wrong target type
| -rw-r--r-- | sql/updates/world/3.3.5/2018_09_22_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_22_01_world.sql b/sql/updates/world/3.3.5/2018_09_22_01_world.sql new file mode 100644 index 00000000000..90ba2134c00 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_09_22_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_scripts` SET `datalong2`=1 WHERE `id` =1161; |
