diff options
| author | Killyana <morphone1@gmail.com> | 2018-10-24 18:09:02 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-10-24 18:09:02 +0200 |
| commit | 9b02fe6e79199cde122894c9c784648aee11cd98 (patch) | |
| tree | a17aef5ea15a1b5f08690bc7b4c7d51fb1e91a5f | |
| parent | bf9b15ed696ad31f5b1037fba0421fe319e76e98 (diff) | |
DB/Waypoint: Fix the movement type in the previous commit
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_24_01_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_24_01_world_335.sql b/sql/updates/world/3.3.5/2018_10_24_01_world_335.sql new file mode 100644 index 00000000000..a35aa24ef8a --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_24_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_data` SET `move_type`=1 WHERE `id`=140210; |
