diff --git a/sql/updates/world/3.3.5/2020_07_14_02_world.sql b/sql/updates/world/3.3.5/2020_07_14_02_world.sql new file mode 100644 index 00000000000..dd8e0412d63 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_14_02_world.sql @@ -0,0 +1 @@ +ALTER TABLE `pool_members` CHANGE `chance` `chance` float NOT NULL;