diff options
| author | Killyana <morphone1@gmail.com> | 2018-09-22 04:56:39 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-10 00:17:56 +0100 |
| commit | 6fe3faef168da1a3c991ed361d8c1e316933c1cd (patch) | |
| tree | e2533cc647b65c2faf0576e26b2e45aab1d014da | |
| parent | 310c1045ca34d48970af8a367db99a728ef8d692 (diff) | |
DB/Script: Fix wrong target type
(cherry picked from commit 28a91300eb9c4760020ae0450685156bca3332f7)
| -rw-r--r-- | sql/updates/world/master/2021_11_09_10_world_2018_09_22_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_09_10_world_2018_09_22_01_world.sql b/sql/updates/world/master/2021_11_09_10_world_2018_09_22_01_world.sql new file mode 100644 index 00000000000..90ba2134c00 --- /dev/null +++ b/sql/updates/world/master/2021_11_09_10_world_2018_09_22_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_scripts` SET `datalong2`=1 WHERE `id` =1161; |
